ExportPolicy Class
The export policy for a container registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelExportPolicy
Constructor
ExportPolicy(*, status: str | _models.ExportPolicyStatus = 'enabled', **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
The value that indicates whether the policy is enabled or not. Known values are: "enabled" and "disabled". Default value: enabled
|
Variables
Name | Description |
---|---|
status
|
The value that indicates whether the policy is enabled or not. Known values are: "enabled" and "disabled". |
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