Get Storage Task Result
data class GetStorageTaskResult(val action: StorageTaskActionResponse, val creationTimeInUtc: String, val description: String, val enabled: Boolean, val id: String, val identity: ManagedServiceIdentityResponse? = null, 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
fun GetStorageTaskResult(action: StorageTaskActionResponse, creationTimeInUtc: String, description: String, enabled: Boolean, id: String, identity: ManagedServiceIdentityResponse? = null, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, taskVersion: Double, type: String)