WorkflowEnvelopeProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. WorkflowEnvelopeProperties
- com.
Implements
public final class WorkflowEnvelopeProperties
implements JsonSerializable<WorkflowEnvelopeProperties>
Additional workflow properties.
Constructor Summary
Constructor | Description |
---|---|
WorkflowEnvelopeProperties() |
Creates an instance of Workflow |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
files()
Get the files property: Gets or sets the files. |
Workflow |
flowState()
Get the flow |
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
Workflow |
health()
Get the health property: Gets or sets workflow health. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Workflow |
withFiles(Map<String,Object> files)
Set the files property: Gets or sets the files. |
Workflow |
withFlowState(WorkflowState flowState)
Set the flow |
Workflow |
withHealth(WorkflowHealth health)
Set the health property: Gets or sets workflow health. |
Methods inherited from java.lang.Object
Constructor Details
WorkflowEnvelopeProperties
public WorkflowEnvelopeProperties()
Creates an instance of WorkflowEnvelopeProperties class.
Method Details
files
public Map
Get the files property: Gets or sets the files.
Returns:
flowState
public WorkflowState flowState()
Get the flowState property: Gets or sets the state of the workflow.
Returns:
fromJson
public static WorkflowEnvelopeProperties fromJson(JsonReader jsonReader)
Reads an instance of WorkflowEnvelopeProperties from the JsonReader.
Parameters:
Returns:
Throws:
health
public WorkflowHealth health()
Get the health property: Gets or sets workflow health.
Returns:
toJson
validate
public void validate()
Validates the instance.
withFiles
public WorkflowEnvelopeProperties withFiles(Map
Set the files property: Gets or sets the files.
Parameters:
Returns:
withFlowState
public WorkflowEnvelopeProperties withFlowState(WorkflowState flowState)
Set the flowState property: Gets or sets the state of the workflow.
Parameters:
Returns:
withHealth
public WorkflowEnvelopeProperties withHealth(WorkflowHealth health)
Set the health property: Gets or sets workflow health.
Parameters:
Returns:
Applies to
Azure SDK for Java