ManagedDiskParameters Class
The parameters of a managed disk.
- Inheritance
-
azure.mgmt.compute.v2017_03_30.models._models_py3.SubResourceManagedDiskParameters
Constructor
ManagedDiskParameters(*, id: str | None = None, storage_account_type: str | _models.StorageAccountTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
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". |
Variables
Name | Description |
---|---|
id
|
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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python