StorageTaskProperties interface
Properties of the storage task.
Properties
action | The storage task action that is executed |
creation |
The creation date and time of the storage task in UTC. NOTE: This property will not be serialized. It can only be populated by the server. |
description | Text that describes the purpose of the storage task |
enabled | Storage Task is enabled when set to true and disabled when set to false |
provisioning |
Represents the provisioning state of the storage task. NOTE: This property will not be serialized. It can only be populated by the server. |
task |
Storage task version. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
action
creationTimeInUtc
The creation date and time of the storage task in UTC. NOTE: This property will not be serialized. It can only be populated by the server.
creationTimeInUtc?: Date
Property Value
Date
description
Text that describes the purpose of the storage task
description: string
Property Value
string
enabled
Storage Task is enabled when set to true and disabled when set to false
enabled: boolean
Property Value
boolean
provisioningState
Represents the provisioning state of the storage task. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: ProvisioningState
Property Value
taskVersion
Storage task version. NOTE: This property will not be serialized. It can only be populated by the server.
taskVersion?: number
Property Value
number
Azure SDK for JavaScript