GetVolumeSnapshotResult

data class GetVolumeSnapshotResult(val azureApiVersion: String, val creationData: SnapshotCreationDataResponse, val id: String, val name: String, val provisioningState: String, val sourceVolumeSizeGiB: Double, val systemData: SystemDataResponse, val type: String, val volumeName: String)

Response for Volume Snapshot request.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, creationData: SnapshotCreationDataResponse, id: String, name: String, provisioningState: String, sourceVolumeSizeGiB: Double, systemData: SystemDataResponse, type: String, volumeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Data used when creating a volume snapshot.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

State of the operation on the resource.

Link copied to clipboard

Size of Source Volume

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

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

Link copied to clipboard

Source Volume Name of a snapshot