Get Managed Disk Result
data class GetManagedDiskResult(val createOption: String, val diskAccessId: String, val diskEncryptionSetId: String, val diskIopsReadWrite: Int, val diskMbpsReadWrite: Int, val diskSizeGb: Int, val encryptionSettings: List<GetManagedDiskEncryptionSetting>, val id: String, val imageReferenceId: String, val name: String, val networkAccessPolicy: String, val osType: String, val resourceGroupName: String, val sourceResourceId: String, val sourceUri: String, val storageAccountId: String, val storageAccountType: String, val tags: Map<String, String>, val zones: List<String>)
A collection of values returned by getManagedDisk.
Constructors
Link copied to clipboard
fun GetManagedDiskResult(createOption: String, diskAccessId: String, diskEncryptionSetId: String, diskIopsReadWrite: Int, diskMbpsReadWrite: Int, diskSizeGb: Int, encryptionSettings: List<GetManagedDiskEncryptionSetting>, id: String, imageReferenceId: String, name: String, networkAccessPolicy: String, osType: String, resourceGroupName: String, sourceResourceId: String, sourceUri: String, storageAccountId: String, storageAccountType: String, tags: Map<String, String>, zones: List<String>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard