DiskSku Class
The disks and snapshots sku name. Can be Standard_LRS or Premium_LRS.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
DiskSku(*, name: str | _models.StorageAccountTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The sku name. Known values are: "Standard_LRS" and "Premium_LRS". |
Variables
Name | Description |
---|---|
name
|
The sku name. Known values are: "Standard_LRS" and "Premium_LRS". |
tier
|
The sku tier. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python