Uses of Enum
com.azure.resourcemanager.appservice.models.WorkflowHealthState
Packages that use WorkflowHealthState
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of WorkflowHealthState in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return WorkflowHealthStateModifier and TypeMethodDescriptionstatic WorkflowHealthState
WorkflowHealthState.fromString
(String value) Parses a serialized value to a WorkflowHealthState instance.WorkflowHealth.state()
Get the state property: Gets or sets the workflow health state.static WorkflowHealthState
Returns the enum constant of this type with the specified name.static WorkflowHealthState[]
WorkflowHealthState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.appservice.models with parameters of type WorkflowHealthStateModifier and TypeMethodDescriptionWorkflowHealth.withState
(WorkflowHealthState state) Set the state property: Gets or sets the workflow health state.