StorageTaskAssignmentPropertiesResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Text that describes the purpose of the storage task assignment

Link copied to clipboard

Whether the storage task assignment is enabled or not

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

Link copied to clipboard

Id of the corresponding storage task