ManagedDiskParameters Class

The parameters of a managed disk.

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

Constructor

ManagedDiskParameters(*, id: str | None = None, storage_account_type: str | _models.StorageAccountTypes | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource Id.

storage_account_type

Specifies the storage account type for the managed disk. Possible values are: Standard_LRS, Premium_LRS, and StandardSSD_LRS. Known values are: "Standard_LRS", "Premium_LRS", and "StandardSSD_LRS".

Variables

Name Description
id
str

Resource Id.

storage_account_type

Specifies the storage account type for the managed disk. Possible values are: Standard_LRS, Premium_LRS, and StandardSSD_LRS. Known values are: "Standard_LRS", "Premium_LRS", and "StandardSSD_LRS".