Uses of Class
com.azure.resourcemanager.containerregistry.models.ExportPolicyStatus
Packages that use ExportPolicyStatus
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of ExportPolicyStatus in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as ExportPolicyStatusModifier and TypeFieldDescriptionstatic final ExportPolicyStatusExportPolicyStatus.DISABLEDStatic value disabled for ExportPolicyStatus.static final ExportPolicyStatusExportPolicyStatus.ENABLEDStatic value enabled for ExportPolicyStatus.Methods in com.azure.resourcemanager.containerregistry.models that return ExportPolicyStatusModifier and TypeMethodDescriptionstatic ExportPolicyStatusExportPolicyStatus.fromString(String name) Creates or finds a ExportPolicyStatus from its string representation.ExportPolicy.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 ExportPolicyStatusModifier and TypeMethodDescriptionstatic Collection<ExportPolicyStatus> ExportPolicyStatus.values()Gets known ExportPolicyStatus values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type ExportPolicyStatusModifier and TypeMethodDescriptionExportPolicy.withStatus(ExportPolicyStatus status) Set the status property: The value that indicates whether the policy is enabled or not.