RunUpdateParameters Class
The set of run properties that can be updated.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRunUpdateParameters
Constructor
RunUpdateParameters(*, is_archive_enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
is_archive_enabled
|
The value that indicates whether archiving is enabled or not. |
Variables
Name | Description |
---|---|
is_archive_enabled
|
The value that indicates whether archiving is enabled or not. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python