Uses of Class
com.microsoft.azure.management.containerregistry.PolicyStatus
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of PolicyStatus in com.microsoft.azure.management.containerregistry
Modifier and TypeFieldDescriptionstatic final PolicyStatus
PolicyStatus.DISABLED
Static value disabled for PolicyStatus.static final PolicyStatus
PolicyStatus.ENABLED
Static value enabled for PolicyStatus.Modifier and TypeMethodDescriptionstatic PolicyStatus
PolicyStatus.fromString
(String name) Creates or finds a PolicyStatus from its string representation.QuarantinePolicy.status()
Get the value that indicates whether the policy is enabled or not.TrustPolicy.status()
Get the value that indicates whether the policy is enabled or not.Modifier and TypeMethodDescriptionQuarantinePolicy.withStatus
(PolicyStatus status) Set the value that indicates whether the policy is enabled or not.TrustPolicy.withStatus
(PolicyStatus status) Set the value that indicates whether the policy is enabled or not.