azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

426 строки
32 KiB
YAML

### 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\" />"
inheritedClassMethods:
- 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.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.appservice.models.WorkflowResource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowResource.id()?alt=com.azure.resourcemanager.appservice.models.WorkflowResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowResource.name()?alt=com.azure.resourcemanager.appservice.models.WorkflowResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowResource.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.appservice.models.WorkflowResource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowResource.type()?alt=com.azure.resourcemanager.appservice.models.WorkflowResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- "<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>"
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\" />"
constructors:
- uid: "com.azure.resourcemanager.appservice.models.Workflow.Workflow()"
fullName: "com.azure.resourcemanager.appservice.models.Workflow.Workflow()"
name: "Workflow()"
nameWithType: "Workflow.Workflow()"
summary: "Creates an instance of Workflow class."
syntax: "public Workflow()"
desc: "Creates an instance of Workflow class."
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."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- 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."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- 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."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- 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.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appservice.models.Workflow.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "Workflow.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Workflow from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static Workflow fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of Workflow from the JsonReader."
returns:
description: "An instance of Workflow if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
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.id()"
fullName: "com.azure.resourcemanager.appservice.models.Workflow.id()"
name: "id()"
nameWithType: "Workflow.id()"
summary: "Get the id property: Fully qualified resource Id for the resource."
overridden: "com.azure.resourcemanager.appservice.models.WorkflowResource.id()"
syntax: "public String id()"
desc: "Get the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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.name()"
fullName: "com.azure.resourcemanager.appservice.models.Workflow.name()"
name: "name()"
nameWithType: "Workflow.name()"
summary: "Get the name property: The name of the resource."
overridden: "com.azure.resourcemanager.appservice.models.WorkflowResource.name()"
syntax: "public String name()"
desc: "Get the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<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\" />&gt;"
- 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.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appservice.models.Workflow.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "Workflow.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.appservice.models.WorkflowResource.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Workflow.type()"
fullName: "com.azure.resourcemanager.appservice.models.Workflow.type()"
name: "type()"
nameWithType: "Workflow.type()"
summary: "Get the type property: The type of the resource."
overridden: "com.azure.resourcemanager.appservice.models.WorkflowResource.type()"
syntax: "public String type()"
desc: "Get the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
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"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<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\" />&gt;"
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"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<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>&gt;"
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"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0