Image OSDisk Response
data class ImageOSDiskResponse(val blobUri: String? = null, val caching: String? = null, val diskEncryptionSet: DiskEncryptionSetParametersResponse? = null, val diskSizeGB: Int? = null, val managedDisk: SubResourceResponse? = null, val osState: String, val osType: String, val snapshot: SubResourceResponse? = null, val storageAccountType: String? = null)
Describes an Operating System disk.
Constructors
Link copied to clipboard
fun ImageOSDiskResponse(blobUri: String? = null, caching: String? = null, diskEncryptionSet: DiskEncryptionSetParametersResponse? = null, diskSizeGB: Int? = null, managedDisk: SubResourceResponse? = null, osState: String, osType: String, snapshot: SubResourceResponse? = null, storageAccountType: String? = null)