Workflow Interface
public interface Workflow
An immutable client-side representation of Workflow.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
commandName()
Gets the command |
|
abstract
Offset |
createdTimestamp()
Gets the created |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Workflow |
innerModel()
Gets the inner com. |
| abstract String |
lastOperationId()
Gets the last |
|
abstract
Offset |
lastStatusTimestamp()
Gets the last |
| abstract String |
lastStepName()
Gets the last |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Operation |
operation()
Gets the operation property: operation direction. |
|
abstract
Workflow |
status()
Gets the status property: workflow status. |
| abstract String |
steps()
Gets the steps property: workflow steps. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
commandName
public abstract String commandName()
Gets the commandName property: workflow command name.
Returns:
createdTimestamp
public abstract OffsetDateTime createdTimestamp()
Gets the createdTimestamp property: workflow created timestamp.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract WorkflowInner innerModel()
Gets the inner com.azure.resourcemanager.storagesync.fluent.models.WorkflowInner object.
Returns:
lastOperationId
public abstract String lastOperationId()
Gets the lastOperationId property: workflow last operation identifier.
Returns:
lastStatusTimestamp
public abstract OffsetDateTime lastStatusTimestamp()
Gets the lastStatusTimestamp property: workflow last status timestamp.
Returns:
lastStepName
public abstract String lastStepName()
Gets the lastStepName property: last step name.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
operation
public abstract OperationDirection operation()
Gets the operation property: operation direction.
Returns:
status
public abstract WorkflowStatus status()
Gets the status property: workflow status.
Returns:
steps
public abstract String steps()
Gets the steps property: workflow steps.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: