GetStorageTaskResult

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)

Types

Link copied to clipboard
object Companion

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

Storage Task is enabled when set to true and disabled when set to false

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The managed service identity of the resource.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name 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
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Storage task version.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"