Storage Task Assignment Properties Response
data class StorageTaskAssignmentPropertiesResponse(val description: String, val enabled: Boolean, val executionContext: StorageTaskAssignmentExecutionContextResponse, val provisioningState: String, val report: StorageTaskAssignmentReportResponse, val runStatus: StorageTaskReportPropertiesResponse? = null, val taskId: String)
Properties of the storage task assignment.
Constructors
Link copied to clipboard
constructor(description: String, enabled: Boolean, executionContext: StorageTaskAssignmentExecutionContextResponse, provisioningState: String, report: StorageTaskAssignmentReportResponse, runStatus: StorageTaskReportPropertiesResponse? = null, taskId: String)
Properties
Link copied to clipboard
Text that describes the purpose of the storage task assignment
Link copied to clipboard
The storage task assignment execution context
Link copied to clipboard
Represents the provisioning state of the storage task assignment.
Link copied to clipboard
The storage task assignment report
Link copied to clipboard
Run status of storage task assignment