Uses of Class
com.azure.resourcemanager.appservice.models.Workflow
Packages that use Workflow
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of Workflow in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type WorkflowModifier and TypeMethodDescriptionvoid
WorkflowsClient.validate
(String resourceGroupName, String name, String workflowName, Workflow validate) Validates the workflow definition.WorkflowsClient.validateAsync
(String resourceGroupName, String name, String workflowName, Workflow validate) Validates the workflow definition.com.azure.core.http.rest.Response
<Void> WorkflowsClient.validateWithResponse
(String resourceGroupName, String name, String workflowName, Workflow validate, com.azure.core.util.Context context) Validates the workflow definition.WorkflowsClient.validateWithResponseAsync
(String resourceGroupName, String name, String workflowName, Workflow validate) Validates the workflow definition. -
Uses of Workflow in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return WorkflowModifier and TypeMethodDescriptionstatic Workflow
Workflow.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Workflow from the JsonReader.Workflow.withAccessControl
(FlowAccessControlConfiguration accessControl) Set the accessControl property: The access control configuration.Workflow.withDefinition
(Object definition) Set the definition property: The definition.Workflow.withEndpointsConfiguration
(FlowEndpointsConfiguration endpointsConfiguration) Set the endpointsConfiguration property: The endpoints configuration.Workflow.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed service identity.Workflow.withIntegrationAccount
(ResourceReference integrationAccount) Set the integrationAccount property: The integration account.Workflow.withIntegrationServiceEnvironment
(ResourceReference integrationServiceEnvironment) Set the integrationServiceEnvironment property: The integration service environment.Set the kind property: The workflow kind.Workflow.withLocation
(String location) Workflow.withParameters
(Map<String, WorkflowParameter> parameters) Set the parameters property: The parameters.Workflow.withState
(WorkflowState state) Set the state property: The state.