Uses of Class
com.azure.resourcemanager.containerregistry.models.PolicyStatus
Packages that use PolicyStatus
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of PolicyStatus in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as PolicyStatusModifier and TypeFieldDescriptionstatic final PolicyStatusPolicyStatus.DISABLEDStatic value disabled for PolicyStatus.static final PolicyStatusPolicyStatus.ENABLEDStatic value enabled for PolicyStatus.Methods in com.azure.resourcemanager.containerregistry.models that return PolicyStatusModifier and TypeMethodDescriptionstatic PolicyStatusPolicyStatus.fromString(String name) Creates or finds a PolicyStatus from its string representation.QuarantinePolicy.status()Get the status property: The value that indicates whether the policy is enabled or not.RetentionPolicy.status()Get the status property: The value that indicates whether the policy is enabled or not.TrustPolicy.status()Get the status property: The value that indicates whether the policy is enabled or not.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type PolicyStatusModifier and TypeMethodDescriptionstatic Collection<PolicyStatus> PolicyStatus.values()Gets known PolicyStatus values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type PolicyStatusModifier and TypeMethodDescriptionQuarantinePolicy.withStatus(PolicyStatus status) Set the status property: The value that indicates whether the policy is enabled or not.RetentionPolicy.withStatus(PolicyStatus status) Set the status property: The value that indicates whether the policy is enabled or not.TrustPolicy.withStatus(PolicyStatus status) Set the status property: The value that indicates whether the policy is enabled or not.