ManagedDiskParametersOutput interface
The parameters of a managed disk.
- Extends
Properties
| disk |
Specifies the customer managed disk encryption set resource id for the managed disk. |
| security |
Specifies the security profile for the managed disk. |
| storage |
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk. |
Inherited Properties
| id | Resource Id |
Property Details
diskEncryptionSet
Specifies the customer managed disk encryption set resource id for the managed disk.
diskEncryptionSet?: DiskEncryptionSetParametersOutput
Property Value
securityProfile
Specifies the security profile for the managed disk.
securityProfile?: VMDiskSecurityProfileOutput
Property Value
storageAccountType
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
storageAccountType?: "Standard_LRS" | "Premium_LRS" | "StandardSSD_LRS" | "UltraSSD_LRS" | "Premium_ZRS" | "StandardSSD_ZRS" | "PremiumV2_LRS"
Property Value
"Standard_LRS" | "Premium_LRS" | "StandardSSD_LRS" | "UltraSSD_LRS" | "Premium_ZRS" | "StandardSSD_ZRS" | "PremiumV2_LRS"