QuarantinePolicy Class

The quarantine policy for a container registry.

Inheritance
azure.mgmt.containerregistry._serialization.Model
QuarantinePolicy

Constructor

QuarantinePolicy(*, status: str | _models.PolicyStatus | None = None, **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".

Variables

Name Description
status

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