Class WorkflowEnvelopeProperties
java.lang.Object
com.azure.resourcemanager.appservice.models.WorkflowEnvelopeProperties
Additional workflow properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of WorkflowEnvelopeProperties class. -
Method Summary
Modifier and TypeMethodDescriptionfiles()Get the files property: Gets or sets the files.Get the flowState property: Gets or sets the state of the workflow.health()Get the health property: Gets or sets workflow health.voidvalidate()Validates the instance.Set the files property: Gets or sets the files.withFlowState(WorkflowState flowState) Set the flowState property: Gets or sets the state of the workflow.withHealth(WorkflowHealth health) Set the health property: Gets or sets workflow health.
-
Constructor Details
-
WorkflowEnvelopeProperties
public WorkflowEnvelopeProperties()Creates an instance of WorkflowEnvelopeProperties class.
-
-
Method Details
-
files
Get the files property: Gets or sets the files.- Returns:
- the files value.
-
withFiles
Set the files property: Gets or sets the files.- Parameters:
files- the files value to set.- Returns:
- the WorkflowEnvelopeProperties object itself.
-
flowState
Get the flowState property: Gets or sets the state of the workflow.- Returns:
- the flowState value.
-
withFlowState
Set the flowState property: Gets or sets the state of the workflow.- Parameters:
flowState- the flowState value to set.- Returns:
- the WorkflowEnvelopeProperties object itself.
-
health
Get the health property: Gets or sets workflow health.- Returns:
- the health value.
-
withHealth
Set the health property: Gets or sets workflow health.- Parameters:
health- the health value to set.- Returns:
- the WorkflowEnvelopeProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-