DiskSku Class
The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, or UltraSSD_LRS.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute._serialization.ModelDiskSku
Constructor
DiskSku(*, name: str | _models.DiskStorageAccountTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The sku name. Known values are: "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", and "UltraSSD_LRS". |
Variables
Name | Description |
---|---|
name
|
The sku name. Known values are: "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", and "UltraSSD_LRS". |
tier
|
The sku tier. |
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