ManagedDiskParameters Class

The parameters of a managed disk.

Constructor

ManagedDiskParameters()

Variables

Name Description
id
str

Resource Id.

storage_account_type
Union[str, <xref:"StorageAccountTypes">]

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. Known values are: "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", "UltraSSD_LRS", "Premium_ZRS", "StandardSSD_ZRS", and "PremiumV2_LRS".

disk_encryption_set
<xref:<xref:"DiskEncryptionSetParameters">>

Specifies the customer managed disk encryption set resource id for the managed disk.

security_profile
<xref:<xref:"VMDiskSecurityProfile">>

Specifies the security profile for the managed disk.

Attributes

diskEncryptionSet

Specifies the customer managed disk encryption set resource id for the managed disk.

diskEncryptionSet: DiskEncryptionSetParameters

securityProfile

Specifies the security profile for the managed disk.

securityProfile: VMDiskSecurityProfile

storageAccountType

UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk. Known values are: "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", "UltraSSD_LRS", "Premium_ZRS", "StandardSSD_ZRS", and "PremiumV2_LRS".

storageAccountType: str | StorageAccountTypes

id

id: str