Uses of Class
com.azure.resourcemanager.appservice.models.WorkflowState
Packages that use WorkflowState
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of WorkflowState in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkflowStateModifier and TypeMethodDescriptionWorkflowProperties.state()
Get the state property: The state.WorkflowTriggerInner.state()
Get the state property: Gets the state.WorkflowTriggerProperties.state()
Get the state property: Gets the state.WorkflowVersionInner.state()
Get the state property: The state.WorkflowVersionProperties.state()
Get the state property: The state.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type WorkflowStateModifier and TypeMethodDescriptionWorkflowProperties.withState
(WorkflowState state) Set the state property: The state.WorkflowVersionInner.withState
(WorkflowState state) Set the state property: The state.WorkflowVersionProperties.withState
(WorkflowState state) Set the state property: The state. -
Uses of WorkflowState in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as WorkflowStateModifier and TypeFieldDescriptionstatic final WorkflowState
WorkflowState.COMPLETED
Static value Completed for WorkflowState.static final WorkflowState
WorkflowState.DELETED
Static value Deleted for WorkflowState.static final WorkflowState
WorkflowState.DISABLED
Static value Disabled for WorkflowState.static final WorkflowState
WorkflowState.ENABLED
Static value Enabled for WorkflowState.static final WorkflowState
WorkflowState.NOT_SPECIFIED
Static value NotSpecified for WorkflowState.static final WorkflowState
WorkflowState.SUSPENDED
Static value Suspended for WorkflowState.Methods in com.azure.resourcemanager.appservice.models that return WorkflowStateModifier and TypeMethodDescriptionWorkflowEnvelopeProperties.flowState()
Get the flowState property: Gets or sets the state of the workflow.static WorkflowState
WorkflowState.fromString
(String name) Creates or finds a WorkflowState from its string representation.Workflow.state()
Get the state property: The state.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type WorkflowStateModifier and TypeMethodDescriptionstatic Collection
<WorkflowState> WorkflowState.values()
Gets known WorkflowState values.Methods in com.azure.resourcemanager.appservice.models with parameters of type WorkflowStateModifier and TypeMethodDescriptionWorkflowEnvelopeProperties.withFlowState
(WorkflowState flowState) Set the flowState property: Gets or sets the state of the workflow.Workflow.withState
(WorkflowState state) Set the state property: The state.