Uses of Class
com.azure.resourcemanager.containerregistry.models.Policies
Packages that use Policies
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of Policies in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return PoliciesModifier and TypeMethodDescriptionRegistryInner.policies()Get the policies property: The policies for a container registry.RegistryProperties.policies()Get the policies property: The policies for a container registry.RegistryPropertiesUpdateParameters.policies()Get the policies property: The policies for a container registry.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type PoliciesModifier and TypeMethodDescriptionRegistryInner.withPolicies(Policies policies) Set the policies property: The policies for a container registry.RegistryProperties.withPolicies(Policies policies) Set the policies property: The policies for a container registry.RegistryPropertiesUpdateParameters.withPolicies(Policies policies) Set the policies property: The policies for a container registry. -
Uses of Policies in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return PoliciesModifier and TypeMethodDescriptionstatic PoliciesPolicies.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Policies from the JsonReader.RegistryUpdateParameters.policies()Get the policies property: The policies for a container registry.Policies.withExportPolicy(ExportPolicy exportPolicy) Set the exportPolicy property: The export policy for a container registry.Policies.withQuarantinePolicy(QuarantinePolicy quarantinePolicy) Set the quarantinePolicy property: The quarantine policy for a container registry.Policies.withRetentionPolicy(RetentionPolicy retentionPolicy) Set the retentionPolicy property: The retention policy for a container registry.Policies.withTrustPolicy(TrustPolicy trustPolicy) Set the trustPolicy property: The content trust policy for a container registry.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type PoliciesModifier and TypeMethodDescriptionRegistryUpdateParameters.withPolicies(Policies policies) Set the policies property: The policies for a container registry.