Uses of Class
com.microsoft.azure.management.containerregistry.PolicyStatus
Packages that use PolicyStatus
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of PolicyStatus in com.microsoft.azure.management.containerregistry
Fields in com.microsoft.azure.management.containerregistry declared as PolicyStatusModifier and TypeFieldDescriptionstatic final PolicyStatus
PolicyStatus.DISABLED
Static value disabled for PolicyStatus.static final PolicyStatus
PolicyStatus.ENABLED
Static value enabled for PolicyStatus.Methods in com.microsoft.azure.management.containerregistry that return PolicyStatusModifier 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.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type PolicyStatusMethods in com.microsoft.azure.management.containerregistry with parameters of type PolicyStatusModifier 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.