ManagedDisk Class
ManagedDisk.
- Inheritance
-
azure.mgmt.batch._serialization.ModelManagedDisk
Constructor
ManagedDisk(*, storage_account_type: str | _models.StorageAccountType | None = None, security_profile: _models.VMDiskSecurityProfile | None = None, **kwargs: Any)
Keyword-Only Parameters
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 settings for the managed disk. Note: It can only be set for Confidential VMs and is required when using Confidential VMs. |
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 settings for the managed disk. Note: It can only be set for Confidential VMs and is required when using Confidential VMs. |
Azure SDK for Python