ManagedDiskParameters Class

The parameters of a managed disk.

Inheritance
azure.mgmt.compute.v2019_03_01.models._models_py3.SubResource
ManagedDiskParameters

Constructor

ManagedDiskParameters(*, id: Optional[str] = None, storage_account_type: Optional[Union[str, azure.mgmt.compute.v2019_03_01.models._compute_management_client_enums.StorageAccountTypes]] = None, **kwargs)

Parameters

id
str
Required

Resource Id.

storage_account_type
str or StorageAccountTypes
Required

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. Possible values include: "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", "UltraSSD_LRS".