Uses of Class
com.azure.resourcemanager.appservice.models.WorkflowStatus
Packages that use WorkflowStatus
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of WorkflowStatus in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkflowStatusModifier and TypeMethodDescriptionWorkflowRunActionInner.status()Get the status property: Gets the status.WorkflowRunActionProperties.status()Get the status property: Gets the status.WorkflowRunActionRepetitionDefinitionInner.status()Get the status property: The status of the workflow scope repetition.WorkflowRunInner.status()Get the status property: Gets the status.WorkflowRunProperties.status()Get the status property: Gets the status.WorkflowTriggerHistoryInner.status()Get the status property: Gets the status.WorkflowTriggerHistoryProperties.status()Get the status property: Gets the status.WorkflowTriggerInner.status()Get the status property: Gets the status.WorkflowTriggerProperties.status()Get the status property: Gets the status.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type WorkflowStatusModifier and TypeMethodDescriptionWorkflowRunActionRepetitionDefinitionInner.withStatus(WorkflowStatus status) Set the status property: The status of the workflow scope repetition.WorkflowRunActionRepetitionProperties.withStatus(WorkflowStatus status) Set the status property: The status of the workflow scope repetition. -
Uses of WorkflowStatus in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as WorkflowStatusModifier and TypeFieldDescriptionstatic final WorkflowStatusWorkflowStatus.ABORTEDStatic value Aborted for WorkflowStatus.static final WorkflowStatusWorkflowStatus.CANCELLEDStatic value Cancelled for WorkflowStatus.static final WorkflowStatusWorkflowStatus.FAILEDStatic value Failed for WorkflowStatus.static final WorkflowStatusWorkflowStatus.FAULTEDStatic value Faulted for WorkflowStatus.static final WorkflowStatusWorkflowStatus.IGNOREDStatic value Ignored for WorkflowStatus.static final WorkflowStatusWorkflowStatus.NOT_SPECIFIEDStatic value NotSpecified for WorkflowStatus.static final WorkflowStatusWorkflowStatus.PAUSEDStatic value Paused for WorkflowStatus.static final WorkflowStatusWorkflowStatus.RUNNINGStatic value Running for WorkflowStatus.static final WorkflowStatusWorkflowStatus.SKIPPEDStatic value Skipped for WorkflowStatus.static final WorkflowStatusWorkflowStatus.SUCCEEDEDStatic value Succeeded for WorkflowStatus.static final WorkflowStatusWorkflowStatus.SUSPENDEDStatic value Suspended for WorkflowStatus.static final WorkflowStatusWorkflowStatus.TIMED_OUTStatic value TimedOut for WorkflowStatus.static final WorkflowStatusWorkflowStatus.WAITINGStatic value Waiting for WorkflowStatus.Methods in com.azure.resourcemanager.appservice.models that return WorkflowStatusModifier and TypeMethodDescriptionstatic WorkflowStatusWorkflowStatus.fromString(String name) Creates or finds a WorkflowStatus from its string representation.OperationResultProperties.status()Get the status property: The status of the workflow scope repetition.WorkflowRunTrigger.status()Get the status property: Gets the status.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type WorkflowStatusModifier and TypeMethodDescriptionstatic Collection<WorkflowStatus> WorkflowStatus.values()Gets known WorkflowStatus values.Methods in com.azure.resourcemanager.appservice.models with parameters of type WorkflowStatusModifier and TypeMethodDescriptionOperationResult.withStatus(WorkflowStatus status) Set the status property: The status of the workflow scope repetition.OperationResultProperties.withStatus(WorkflowStatus status) Set the status property: The status of the workflow scope repetition.