GetDiskResult

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)

Types

Link copied to clipboard
object Companion

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
val diskBlobName: String? = null

When backed by a blob, the name of the VHD blob without extension.

Link copied to clipboard
val diskSizeGiB: Int? = null

The size of the disk in Gibibytes.

Link copied to clipboard
val diskType: String? = null

The storage type for the disk (i.e. Standard, Premium).

Link copied to clipboard
val diskUri: String? = null

When backed by a blob, the URI of underlying blob.

Link copied to clipboard
val hostCaching: String? = null

The host caching policy of the disk (i.e. None, ReadOnly, ReadWrite).

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard
val leasedByLabVmId: String? = null

The resource ID of the VM to which this disk is leased.

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard
val managedDiskId: String? = null

When backed by managed disk, this is the ID of the compute disk resource.

Link copied to clipboard

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

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).