GetVolumeResult

data class GetVolumeResult(val azureApiVersion: String, val creationData: SourceCreationDataResponse? = null, val id: String, val managedBy: ManagedByInfoResponse? = null, val name: String, val provisioningState: String, val sizeGiB: Double, val storageTarget: IscsiTargetInfoResponse, val systemData: SystemDataResponse, val type: String, val volumeId: String)

Response for Volume request.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, creationData: SourceCreationDataResponse? = null, id: String, managedBy: ManagedByInfoResponse? = null, name: String, provisioningState: String, sizeGiB: Double, storageTarget: IscsiTargetInfoResponse, systemData: SystemDataResponse, type: String, volumeId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

State of the operation on the resource.

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

Parent resource information.

Link copied to clipboard

The name of the resource

Link copied to clipboard

State of the operation on the resource.

Link copied to clipboard

Volume size.

Link copied to clipboard

Storage target information

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

Unique Id of the volume in GUID format