ManagedDisk Class
The managed disk parameters.
Constructor
ManagedDisk(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
storage_account_type
|
The storage account type for use in creating data disks or OS disk. Known values are: "Standard_LRS", "Premium_LRS", and "StandardSSD_LRS". |
|
security_profile
|
Specifies the security profile for the managed disk. |
|
disk_encryption_set
|
Specifies the customer managed disk encryption set resource id for the managed disk. It can be set only in UserSubscription mode. |
Attributes
disk_encryption_set
Specifies the customer managed disk encryption set resource id for the managed disk. It can be set only in UserSubscription mode.
disk_encryption_set: _models.DiskEncryptionSetParameters | None
security_profile
Specifies the security profile for the managed disk.
security_profile: _models.VMDiskSecurityProfile | None
storage_account_type
The storage account type for use in creating data disks or OS disk. Known values are: "Standard_LRS", "Premium_LRS", and "StandardSSD_LRS".
storage_account_type: str | _models.StorageAccountType | None