Workflow interface
Workflow resource.
- Extends
Properties
command |
workflow command name. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
workflow created timestamp. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
workflow last operation identifier. |
last |
workflow last status timestamp. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
last step name |
operation | operation direction. |
status | workflow status. |
steps | workflow steps |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
commandName
workflow command name. NOTE: This property will not be serialized. It can only be populated by the server.
commandName?: string
Property Value
string
createdTimestamp
workflow created timestamp. NOTE: This property will not be serialized. It can only be populated by the server.
createdTimestamp?: Date
Property Value
Date
lastOperationId
workflow last operation identifier.
lastOperationId?: string
Property Value
string
lastStatusTimestamp
workflow last status timestamp. NOTE: This property will not be serialized. It can only be populated by the server.
lastStatusTimestamp?: Date
Property Value
Date
lastStepName
last step name
lastStepName?: string
Property Value
string
operation
operation direction.
operation?: string
Property Value
string
status
workflow status.
status?: string
Property Value
string
steps
workflow steps
steps?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type