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" |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python