2022-08-31 07:07:18 +03:00
### YamlMime:JavaType
uid : "com.azure.resourcemanager.appservice.models.Workflow"
fullName : "com.azure.resourcemanager.appservice.models.Workflow"
name : "Workflow"
nameWithType : "Workflow"
summary : "The workflow type."
inheritances :
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
2022-09-27 07:22:51 +03:00
inheritedClassMethods :
- classRef : "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef :
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef : "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
methodsRef :
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- classRef : "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowResource?alt=com.azure.resourcemanager.appservice.models.WorkflowResource&text=WorkflowResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef :
- "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowResource.validate()?alt=com.azure.resourcemanager.appservice.models.WorkflowResource.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowResource.withLocation(java.lang.String)?alt=com.azure.resourcemanager.appservice.models.WorkflowResource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowResource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.resourcemanager.appservice.models.WorkflowResource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- classRef : "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef :
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
2022-11-01 07:30:49 +03:00
syntax : "public final class **Workflow**</br> extends <xref href=\"com.azure.resourcemanager.appservice.models.WorkflowResource?alt=com.azure.resourcemanager.appservice.models.WorkflowResource&text=WorkflowResource\" data-throw-if-not-resolved=\"False\" />"
2022-08-31 07:07:18 +03:00
constructors :
- uid : "com.azure.resourcemanager.appservice.models.Workflow.Workflow()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.Workflow()"
name : "Workflow()"
nameWithType : "Workflow.Workflow()"
syntax : "public Workflow()"
methods :
- uid : "com.azure.resourcemanager.appservice.models.Workflow.accessControl()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.accessControl()"
name : "accessControl()"
nameWithType : "Workflow.accessControl()"
summary : "Get the access<wbr>Control property: The access control configuration."
syntax : "public FlowAccessControlConfiguration accessControl()"
desc : "Get the accessControl property: The access control configuration."
returns :
description : "the accessControl value."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.FlowAccessControlConfiguration?alt=com.azure.resourcemanager.appservice.models.FlowAccessControlConfiguration&text=FlowAccessControlConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.accessEndpoint()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.accessEndpoint()"
name : "accessEndpoint()"
nameWithType : "Workflow.accessEndpoint()"
summary : "Get the access<wbr>Endpoint property: Gets the access endpoint."
syntax : "public String accessEndpoint()"
desc : "Get the accessEndpoint property: Gets the access endpoint."
returns :
description : "the accessEndpoint value."
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
2022-08-31 07:07:18 +03:00
- uid : "com.azure.resourcemanager.appservice.models.Workflow.changedTime()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.changedTime()"
name : "changedTime()"
nameWithType : "Workflow.changedTime()"
summary : "Get the changed<wbr>Time property: Gets the changed time."
syntax : "public OffsetDateTime changedTime()"
desc : "Get the changedTime property: Gets the changed time."
returns :
description : "the changedTime value."
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
2022-08-31 07:07:18 +03:00
- uid : "com.azure.resourcemanager.appservice.models.Workflow.createdTime()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.createdTime()"
name : "createdTime()"
nameWithType : "Workflow.createdTime()"
summary : "Get the created<wbr>Time property: Gets the created time."
syntax : "public OffsetDateTime createdTime()"
desc : "Get the createdTime property: Gets the created time."
returns :
description : "the createdTime value."
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
2022-08-31 07:07:18 +03:00
- uid : "com.azure.resourcemanager.appservice.models.Workflow.definition()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.definition()"
name : "definition()"
nameWithType : "Workflow.definition()"
summary : "Get the definition property: The definition."
syntax : "public Object definition()"
desc : "Get the definition property: The definition."
returns :
description : "the definition value."
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
2022-08-31 07:07:18 +03:00
- uid : "com.azure.resourcemanager.appservice.models.Workflow.endpointsConfiguration()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.endpointsConfiguration()"
name : "endpointsConfiguration()"
nameWithType : "Workflow.endpointsConfiguration()"
summary : "Get the endpoints<wbr>Configuration property: The endpoints configuration."
syntax : "public FlowEndpointsConfiguration endpointsConfiguration()"
desc : "Get the endpointsConfiguration property: The endpoints configuration."
returns :
description : "the endpointsConfiguration value."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.FlowEndpointsConfiguration?alt=com.azure.resourcemanager.appservice.models.FlowEndpointsConfiguration&text=FlowEndpointsConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.identity()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.identity()"
name : "identity()"
nameWithType : "Workflow.identity()"
summary : "Get the identity property: Managed service identity."
syntax : "public ManagedServiceIdentity identity()"
desc : "Get the identity property: Managed service identity."
returns :
description : "the identity value."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.appservice.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.integrationAccount()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.integrationAccount()"
name : "integrationAccount()"
nameWithType : "Workflow.integrationAccount()"
summary : "Get the integration<wbr>Account property: The integration account."
syntax : "public ResourceReference integrationAccount()"
desc : "Get the integrationAccount property: The integration account."
returns :
description : "the integrationAccount value."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.ResourceReference?alt=com.azure.resourcemanager.appservice.models.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.integrationServiceEnvironment()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.integrationServiceEnvironment()"
name : "integrationServiceEnvironment()"
nameWithType : "Workflow.integrationServiceEnvironment()"
summary : "Get the integration<wbr>Service<wbr>Environment property: The integration service environment."
syntax : "public ResourceReference integrationServiceEnvironment()"
desc : "Get the integrationServiceEnvironment property: The integration service environment."
returns :
description : "the integrationServiceEnvironment value."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.ResourceReference?alt=com.azure.resourcemanager.appservice.models.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.kind()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.kind()"
name : "kind()"
nameWithType : "Workflow.kind()"
summary : "Get the kind property: The workflow kind."
syntax : "public Kind kind()"
desc : "Get the kind property: The workflow kind."
returns :
description : "the kind value."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Kind?alt=com.azure.resourcemanager.appservice.models.Kind&text=Kind\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.parameters()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.parameters()"
name : "parameters()"
nameWithType : "Workflow.parameters()"
summary : "Get the parameters property: The parameters."
syntax : "public Map<String,WorkflowParameter> parameters()"
desc : "Get the parameters property: The parameters."
returns :
description : "the parameters value."
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowParameter?alt=com.azure.resourcemanager.appservice.models.WorkflowParameter&text=WorkflowParameter\" data-throw-if-not-resolved=\"False\" />>"
2022-08-31 07:07:18 +03:00
- uid : "com.azure.resourcemanager.appservice.models.Workflow.provisioningState()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.provisioningState()"
name : "provisioningState()"
nameWithType : "Workflow.provisioningState()"
summary : "Get the provisioning<wbr>State property: Gets the provisioning state."
syntax : "public WorkflowProvisioningState provisioningState()"
desc : "Get the provisioningState property: Gets the provisioning state."
returns :
description : "the provisioningState value."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowProvisioningState?alt=com.azure.resourcemanager.appservice.models.WorkflowProvisioningState&text=WorkflowProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.sku()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.sku()"
name : "sku()"
nameWithType : "Workflow.sku()"
summary : "Get the sku property: The sku."
syntax : "public WorkflowSku sku()"
desc : "Get the sku property: The sku."
returns :
description : "the sku value."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowSku?alt=com.azure.resourcemanager.appservice.models.WorkflowSku&text=WorkflowSku\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.state()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.state()"
name : "state()"
nameWithType : "Workflow.state()"
summary : "Get the state property: The state."
syntax : "public WorkflowState state()"
desc : "Get the state property: The state."
returns :
description : "the state value."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowState?alt=com.azure.resourcemanager.appservice.models.WorkflowState&text=WorkflowState\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.validate()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.validate()"
name : "validate()"
nameWithType : "Workflow.validate()"
summary : "Validates the instance."
overridden : "com.azure.resourcemanager.appservice.models.WorkflowResource.validate()"
syntax : "public void validate()"
desc : "Validates the instance."
- uid : "com.azure.resourcemanager.appservice.models.Workflow.version()"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.version()"
name : "version()"
nameWithType : "Workflow.version()"
summary : "Get the version property: Gets the version."
syntax : "public String version()"
desc : "Get the version property: Gets the version."
returns :
description : "the version value."
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
2022-08-31 07:07:18 +03:00
- uid : "com.azure.resourcemanager.appservice.models.Workflow.withAccessControl(com.azure.resourcemanager.appservice.models.FlowAccessControlConfiguration)"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.withAccessControl(FlowAccessControlConfiguration accessControl)"
name : "withAccessControl(FlowAccessControlConfiguration accessControl)"
nameWithType : "Workflow.withAccessControl(FlowAccessControlConfiguration accessControl)"
summary : "Set the access<wbr>Control property: The access control configuration."
parameters :
- description : "the accessControl value to set."
name : "accessControl"
type : "<xref href=\"com.azure.resourcemanager.appservice.models.FlowAccessControlConfiguration?alt=com.azure.resourcemanager.appservice.models.FlowAccessControlConfiguration&text=FlowAccessControlConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax : "public Workflow withAccessControl(FlowAccessControlConfiguration accessControl)"
desc : "Set the accessControl property: The access control configuration."
returns :
description : "the Workflow object itself."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Workflow?alt=com.azure.resourcemanager.appservice.models.Workflow&text=Workflow\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.withDefinition(java.lang.Object)"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.withDefinition(Object definition)"
name : "withDefinition(Object definition)"
nameWithType : "Workflow.withDefinition(Object definition)"
summary : "Set the definition property: The definition."
parameters :
- description : "the definition value to set."
name : "definition"
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
2022-08-31 07:07:18 +03:00
syntax : "public Workflow withDefinition(Object definition)"
desc : "Set the definition property: The definition."
returns :
description : "the Workflow object itself."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Workflow?alt=com.azure.resourcemanager.appservice.models.Workflow&text=Workflow\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.withEndpointsConfiguration(com.azure.resourcemanager.appservice.models.FlowEndpointsConfiguration)"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration)"
name : "withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration)"
nameWithType : "Workflow.withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration)"
summary : "Set the endpoints<wbr>Configuration property: The endpoints configuration."
parameters :
- description : "the endpointsConfiguration value to set."
name : "endpointsConfiguration"
type : "<xref href=\"com.azure.resourcemanager.appservice.models.FlowEndpointsConfiguration?alt=com.azure.resourcemanager.appservice.models.FlowEndpointsConfiguration&text=FlowEndpointsConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax : "public Workflow withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration)"
desc : "Set the endpointsConfiguration property: The endpoints configuration."
returns :
description : "the Workflow object itself."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Workflow?alt=com.azure.resourcemanager.appservice.models.Workflow&text=Workflow\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.withIdentity(com.azure.resourcemanager.appservice.models.ManagedServiceIdentity)"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.withIdentity(ManagedServiceIdentity identity)"
name : "withIdentity(ManagedServiceIdentity identity)"
nameWithType : "Workflow.withIdentity(ManagedServiceIdentity identity)"
summary : "Set the identity property: Managed service identity."
parameters :
- description : "the identity value to set."
name : "identity"
type : "<xref href=\"com.azure.resourcemanager.appservice.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.appservice.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax : "public Workflow withIdentity(ManagedServiceIdentity identity)"
desc : "Set the identity property: Managed service identity."
returns :
description : "the Workflow object itself."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Workflow?alt=com.azure.resourcemanager.appservice.models.Workflow&text=Workflow\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.withIntegrationAccount(com.azure.resourcemanager.appservice.models.ResourceReference)"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.withIntegrationAccount(ResourceReference integrationAccount)"
name : "withIntegrationAccount(ResourceReference integrationAccount)"
nameWithType : "Workflow.withIntegrationAccount(ResourceReference integrationAccount)"
summary : "Set the integration<wbr>Account property: The integration account."
parameters :
- description : "the integrationAccount value to set."
name : "integrationAccount"
type : "<xref href=\"com.azure.resourcemanager.appservice.models.ResourceReference?alt=com.azure.resourcemanager.appservice.models.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
syntax : "public Workflow withIntegrationAccount(ResourceReference integrationAccount)"
desc : "Set the integrationAccount property: The integration account."
returns :
description : "the Workflow object itself."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Workflow?alt=com.azure.resourcemanager.appservice.models.Workflow&text=Workflow\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.withIntegrationServiceEnvironment(com.azure.resourcemanager.appservice.models.ResourceReference)"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.withIntegrationServiceEnvironment(ResourceReference integrationServiceEnvironment)"
name : "withIntegrationServiceEnvironment(ResourceReference integrationServiceEnvironment)"
nameWithType : "Workflow.withIntegrationServiceEnvironment(ResourceReference integrationServiceEnvironment)"
summary : "Set the integration<wbr>Service<wbr>Environment property: The integration service environment."
parameters :
- description : "the integrationServiceEnvironment value to set."
name : "integrationServiceEnvironment"
type : "<xref href=\"com.azure.resourcemanager.appservice.models.ResourceReference?alt=com.azure.resourcemanager.appservice.models.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
syntax : "public Workflow withIntegrationServiceEnvironment(ResourceReference integrationServiceEnvironment)"
desc : "Set the integrationServiceEnvironment property: The integration service environment."
returns :
description : "the Workflow object itself."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Workflow?alt=com.azure.resourcemanager.appservice.models.Workflow&text=Workflow\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.withKind(com.azure.resourcemanager.appservice.models.Kind)"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.withKind(Kind kind)"
name : "withKind(Kind kind)"
nameWithType : "Workflow.withKind(Kind kind)"
summary : "Set the kind property: The workflow kind."
parameters :
- description : "the kind value to set."
name : "kind"
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Kind?alt=com.azure.resourcemanager.appservice.models.Kind&text=Kind\" data-throw-if-not-resolved=\"False\" />"
syntax : "public Workflow withKind(Kind kind)"
desc : "Set the kind property: The workflow kind."
returns :
description : "the Workflow object itself."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Workflow?alt=com.azure.resourcemanager.appservice.models.Workflow&text=Workflow\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.withLocation(java.lang.String)"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.withLocation(String location)"
name : "withLocation(String location)"
nameWithType : "Workflow.withLocation(String location)"
overridden : "com.azure.resourcemanager.appservice.models.WorkflowResource.withLocation(java.lang.String)"
parameters :
- name : "location"
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
2022-08-31 07:07:18 +03:00
syntax : "public Workflow withLocation(String location)"
returns :
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Workflow?alt=com.azure.resourcemanager.appservice.models.Workflow&text=Workflow\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.withParameters(java.util.Map<java.lang.String,com.azure.resourcemanager.appservice.models.WorkflowParameter>)"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.withParameters(Map<String,WorkflowParameter> parameters)"
name : "withParameters(Map<String,WorkflowParameter> parameters)"
nameWithType : "Workflow.withParameters(Map<String,WorkflowParameter> parameters)"
summary : "Set the parameters property: The parameters."
parameters :
- description : "the parameters value to set."
name : "parameters"
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowParameter?alt=com.azure.resourcemanager.appservice.models.WorkflowParameter&text=WorkflowParameter\" data-throw-if-not-resolved=\"False\" />>"
2022-08-31 07:07:18 +03:00
syntax : "public Workflow withParameters(Map<String,WorkflowParameter> parameters)"
desc : "Set the parameters property: The parameters."
returns :
description : "the Workflow object itself."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Workflow?alt=com.azure.resourcemanager.appservice.models.Workflow&text=Workflow\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.withState(com.azure.resourcemanager.appservice.models.WorkflowState)"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.withState(WorkflowState state)"
name : "withState(WorkflowState state)"
nameWithType : "Workflow.withState(WorkflowState state)"
summary : "Set the state property: The state."
parameters :
- description : "the state value to set."
name : "state"
type : "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowState?alt=com.azure.resourcemanager.appservice.models.WorkflowState&text=WorkflowState\" data-throw-if-not-resolved=\"False\" />"
syntax : "public Workflow withState(WorkflowState state)"
desc : "Set the state property: The state."
returns :
description : "the Workflow object itself."
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Workflow?alt=com.azure.resourcemanager.appservice.models.Workflow&text=Workflow\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.appservice.models.Workflow.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName : "com.azure.resourcemanager.appservice.models.Workflow.withTags(Map<String,String> tags)"
name : "withTags(Map<String,String> tags)"
nameWithType : "Workflow.withTags(Map<String,String> tags)"
overridden : "com.azure.resourcemanager.appservice.models.WorkflowResource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters :
- name : "tags"
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
2022-08-31 07:07:18 +03:00
syntax : "public Workflow withTags(Map<String,String> tags)"
returns :
type : "<xref href=\"com.azure.resourcemanager.appservice.models.Workflow?alt=com.azure.resourcemanager.appservice.models.Workflow&text=Workflow\" data-throw-if-not-resolved=\"False\" />"
type : "class"
desc : "The workflow type."
metadata : {}
package : "com.azure.resourcemanager.appservice.models"
2023-03-23 23:02:24 +03:00
artifact : com.azure.resourcemanager:azure-resourcemanager-appservice:2.24.0