Sku Class
The SKU of a container registry.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelSku
Constructor
Sku(*, name: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The SKU name of the container registry. Required for registry creation. Allowed value: Basic. Required. |
Variables
Name | Description |
---|---|
name
|
The SKU name of the container registry. Required for registry creation. Allowed value: Basic. Required. |
tier
|
The SKU tier based on the SKU name. "Basic" |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python