StorageTaskUpdateProperties 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. |
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. |
task |
Storage task version. |
Property Details
action
The storage task action that is executed
action?: StorageTaskAction
Property Value
creationTimeInUtc
The creation date and time of the storage task in UTC.
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.
provisioningState?: string
Property Value
string
taskVersion
Storage task version.
taskVersion?: number
Property Value
number