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