StorageTaskAssignmentProperties interface
Properties of the storage task 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 |
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: StorageTaskAssignmentExecutionContext
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: StorageTaskAssignmentReport
Property Value
runStatus
Run status of storage task assignment
runStatus?: StorageTaskReportProperties
Property Value
taskId
Id of the corresponding storage task
taskId: string
Property Value
string