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 WorkflowStateWorkflowState.COMPLETEDStatic value Completed for WorkflowState.static final WorkflowStateWorkflowState.DELETEDStatic value Deleted for WorkflowState.static final WorkflowStateWorkflowState.DISABLEDStatic value Disabled for WorkflowState.static final WorkflowStateWorkflowState.ENABLEDStatic value Enabled for WorkflowState.static final WorkflowStateWorkflowState.NOT_SPECIFIEDStatic value NotSpecified for WorkflowState.static final WorkflowStateWorkflowState.SUSPENDEDStatic 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 WorkflowStateWorkflowState.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.