Get Storage Task Result
data class GetStorageTaskResult(val action: StorageTaskActionResponse, val azureApiVersion: String, val creationTimeInUtc: String, val description: String, val enabled: Boolean, val id: String, val identity: ManagedServiceIdentityResponse, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val taskVersion: Double, val type: String)
Represents Storage Task.
Constructors
Link copied to clipboard
constructor(action: StorageTaskActionResponse, azureApiVersion: String, creationTimeInUtc: String, description: String, enabled: Boolean, id: String, identity: ManagedServiceIdentityResponse, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, taskVersion: Double, type: String)
Properties
Link copied to clipboard
The storage task action that is executed
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The creation date and time of the storage task in UTC.
Link copied to clipboard
Text that describes the purpose of the storage task
Link copied to clipboard
The managed service identity of the resource.
Link copied to clipboard
Represents the provisioning state of the storage task.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Storage task version.