Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.RegistryProperties
Packages that use RegistryProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of RegistryProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return RegistryPropertiesModifier and TypeMethodDescriptionstatic RegistryPropertiesRegistryProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegistryProperties from the JsonReader.RegistryProperties.withAdminUserEnabled(Boolean adminUserEnabled) Set the adminUserEnabled property: The value that indicates whether the admin user is enabled.RegistryProperties.withDataEndpointEnabled(Boolean dataEndpointEnabled) Set the dataEndpointEnabled property: Enable a single data endpoint per region for serving data.RegistryProperties.withEncryption(EncryptionProperty encryption) Set the encryption property: The encryption settings of container registry.RegistryProperties.withNetworkRuleBypassOptions(NetworkRuleBypassOptions networkRuleBypassOptions) Set the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.RegistryProperties.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: The network rule set for a container registry.RegistryProperties.withPolicies(Policies policies) Set the policies property: The policies for a container registry.RegistryProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.RegistryProperties.withZoneRedundancy(ZoneRedundancy zoneRedundancy) Set the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry.