Partilhar via


ExportPolicy Class

The export policy for a container registry.

Inheritance
azure.mgmt.containerregistry._serialization.Model
ExportPolicy

Constructor

ExportPolicy(*, status: str | _models.ExportPolicyStatus = 'enabled', **kwargs: Any)

Keyword-Only Parameters

Name Description
status
str or <xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.ExportPolicyStatus>

The value that indicates whether the policy is enabled or not. Known values are: "enabled" and "disabled".

Default value: enabled

Variables

Name Description
status
str or <xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.ExportPolicyStatus>

The value that indicates whether the policy is enabled or not. Known values are: "enabled" and "disabled".