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