Uses of Class
com.azure.resourcemanager.containerregistry.models.ExportPolicy
Packages that use ExportPolicy
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of ExportPolicy in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return ExportPolicyModifier and TypeMethodDescriptionPolicies.exportPolicy()Get the exportPolicy property: The export policy for a container registry.static ExportPolicyExportPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExportPolicy from the JsonReader.ExportPolicy.withStatus(ExportPolicyStatus status) Set the status property: The value that indicates whether the policy is enabled or not.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type ExportPolicyModifier and TypeMethodDescriptionPolicies.withExportPolicy(ExportPolicy exportPolicy) Set the exportPolicy property: The export policy for a container registry.