Uses of Class
com.azure.resourcemanager.containerregistry.models.PolicyStatus
-
Packages that use PolicyStatus Package Description com.azure.resourcemanager.containerregistry.models 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 PolicyStatus Modifier and Type Field Description static PolicyStatusPolicyStatus. DISABLEDStatic value disabled for PolicyStatus.static PolicyStatusPolicyStatus. ENABLEDStatic value enabled for PolicyStatus.Methods in com.azure.resourcemanager.containerregistry.models that return PolicyStatus Modifier and Type Method Description static PolicyStatusPolicyStatus. fromString(String name)Creates or finds a PolicyStatus from its string representation.PolicyStatusQuarantinePolicy. status()Get the status property: The value that indicates whether the policy is enabled or not.PolicyStatusRetentionPolicy. status()Get the status property: The value that indicates whether the policy is enabled or not.PolicyStatusTrustPolicy. 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 PolicyStatus Modifier and Type Method Description static Collection<PolicyStatus>PolicyStatus. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type PolicyStatus Modifier and Type Method Description QuarantinePolicyQuarantinePolicy. withStatus(PolicyStatus status)Set the status property: The value that indicates whether the policy is enabled or not.RetentionPolicyRetentionPolicy. withStatus(PolicyStatus status)Set the status property: The value that indicates whether the policy is enabled or not.TrustPolicyTrustPolicy. withStatus(PolicyStatus status)Set the status property: The value that indicates whether the policy is enabled or not.
-