DiskSku Class
The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
Constructor
DiskSku(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The sku name. Known values are: "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", "UltraSSD_LRS", "Premium_ZRS", "StandardSSD_ZRS", and "PremiumV2_LRS". |
|
tier
|
The sku tier. |
Attributes
name
"Standard_LRS", "Premium_LRS", "StandardSSD_LRS", "UltraSSD_LRS", "Premium_ZRS", "StandardSSD_ZRS", and "PremiumV2_LRS".
name: str | _models.DiskStorageAccountTypes | None
tier
The sku tier.
tier: str | None