VirtualMachineScaleSetManagedDiskParameters Class
Describes the parameters of a ScaleSet managed disk.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetManagedDiskParameters
Constructor
VirtualMachineScaleSetManagedDiskParameters(*, storage_account_type: str | _models.StorageAccountTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
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 |
---|---|
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". |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python