StorageTaskAssignmentUpdateProperties interface
Properties of the storage task update assignment.
Properties
description | Text that describes the purpose of the storage task assignment |
enabled | Whether the storage task assignment is enabled or not |
execution |
The storage task assignment execution context |
provisioning |
Represents the provisioning state of the storage task assignment. NOTE: This property will not be serialized. It can only be populated by the server. |
report | The storage task assignment report |
run |
Run status of storage task assignment |
task |
Id of the corresponding storage task NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
Text that describes the purpose of the storage task assignment
description?: string
Property Value
string
enabled
Whether the storage task assignment is enabled or not
enabled?: boolean
Property Value
boolean
executionContext
The storage task assignment execution context
executionContext?: StorageTaskAssignmentUpdateExecutionContext
Property Value
provisioningState
Represents the provisioning state of the storage task assignment. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: ProvisioningState
Property Value
report
The storage task assignment report
report?: StorageTaskAssignmentUpdateReport
Property Value
runStatus
Run status of storage task assignment
runStatus?: StorageTaskReportProperties
Property Value
taskId
Id of the corresponding storage task NOTE: This property will not be serialized. It can only be populated by the server.
taskId?: string
Property Value
string