Get Disk Result
data class GetDiskResult(val azureApiVersion: String, val createdDate: String, val diskBlobName: String? = null, val diskSizeGiB: Int? = null, val diskType: String? = null, val diskUri: String? = null, val hostCaching: String? = null, val id: String, val leasedByLabVmId: String? = null, val location: String? = null, val managedDiskId: String? = null, val name: String, val provisioningState: String, val storageAccountId: String? = null, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String)
A Disk.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, createdDate: String, diskBlobName: String? = null, diskSizeGiB: Int? = null, diskType: String? = null, diskUri: String? = null, hostCaching: String? = null, id: String, leasedByLabVmId: String? = null, location: String? = null, managedDiskId: String? = null, name: String, provisioningState: String, storageAccountId: String? = null, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The creation date of the disk.
Link copied to clipboard
When backed by a blob, the name of the VHD blob without extension.
Link copied to clipboard
The size of the disk in Gibibytes.
Link copied to clipboard
The host caching policy of the disk (i.e. None, ReadOnly, ReadWrite).
Link copied to clipboard
The resource ID of the VM to which this disk is leased.
Link copied to clipboard
When backed by managed disk, this is the ID of the compute disk resource.
Link copied to clipboard
The provisioning status of the resource.
Link copied to clipboard
When backed by a blob, the storage account where the blob is.
Link copied to clipboard
The unique immutable identifier of a resource (Guid).