你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedDiskParameters Class

The parameters of a managed disk.

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.

Default value: None
storage_account_type

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

Default value: None

Variables

Name Description
id
str

Resource Id.

storage_account_type

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