ManagedDiskParameters Class
The parameters of a managed disk.
- Inheritance
-
azure.mgmt.compute.v2018_04_01.models._models_py3.SubResourceManagedDiskParameters
Constructor
ManagedDiskParameters(*, id: Optional[str] = None, storage_account_type: Optional[Union[str, azure.mgmt.compute.v2018_04_01.models._compute_management_client_enums.StorageAccountTypes]] = None, **kwargs)
Parameters
- storage_account_type
- str or StorageAccountTypes
Required
Specifies the storage account type for the managed disk. Possible values are: Standard_LRS, Premium_LRS, and StandardSSD_LRS. Possible values include: "Standard_LRS", "Premium_LRS", "StandardSSD_LRS".
Feedback
Submit and view feedback for