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. |
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