Share via


ManagedDisk Class

ManagedDisk.

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".

Default value: None
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.

Default value: None

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.