RegistryUpdateParameters Class
The parameters for updating a container registry.
Constructor
RegistryUpdateParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
identity
|
The identity of the container registry. |
|
tags
|
The tags for the container registry. |
|
sku
|
The SKU of the container registry. |
|
properties
|
The properties that the container registry will be updated with. |
Attributes
identity
The identity of the container registry.
identity: _models.IdentityProperties | None
properties
The properties that the container registry will be updated with.
properties: _models.RegistryPropertiesUpdateParameters | None
sku
The SKU of the container registry.
sku: _models.Sku | None
tags
The tags for the container registry.
tags: dict[str, str] | None