Uses of Class
com.azure.resourcemanager.containerregistry.models.RegistryUpdateParameters
Packages that use RegistryUpdateParameters
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryUpdateParameters in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type RegistryUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RegistryInner>, RegistryInner> RegistriesClient.beginUpdate(String resourceGroupName, String registryName, RegistryUpdateParameters registryUpdateParameters) Updates a container registry with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RegistryInner>, RegistryInner> RegistriesClient.beginUpdate(String resourceGroupName, String registryName, RegistryUpdateParameters registryUpdateParameters, com.azure.core.util.Context context) Updates a container registry with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RegistryInner>, RegistryInner> RegistriesClient.beginUpdateAsync(String resourceGroupName, String registryName, RegistryUpdateParameters registryUpdateParameters) Updates a container registry with the specified parameters.RegistriesClient.update(String resourceGroupName, String registryName, RegistryUpdateParameters registryUpdateParameters) Updates a container registry with the specified parameters.RegistriesClient.update(String resourceGroupName, String registryName, RegistryUpdateParameters registryUpdateParameters, com.azure.core.util.Context context) Updates a container registry with the specified parameters.RegistriesClient.updateAsync(String resourceGroupName, String registryName, RegistryUpdateParameters registryUpdateParameters) Updates a container registry with the specified parameters.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> RegistriesClient.updateWithResponseAsync(String resourceGroupName, String registryName, RegistryUpdateParameters registryUpdateParameters) Updates a container registry with the specified parameters. -
Uses of RegistryUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return RegistryUpdateParametersModifier and TypeMethodDescriptionstatic RegistryUpdateParametersRegistryUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegistryUpdateParameters from the JsonReader.RegistryUpdateParameters.withAdminUserEnabled(Boolean adminUserEnabled) Set the adminUserEnabled property: The value that indicates whether the admin user is enabled.RegistryUpdateParameters.withDataEndpointEnabled(Boolean dataEndpointEnabled) Set the dataEndpointEnabled property: Enable a single data endpoint per region for serving data.RegistryUpdateParameters.withEncryption(EncryptionProperty encryption) Set the encryption property: The encryption settings of container registry.RegistryUpdateParameters.withIdentity(IdentityProperties identity) Set the identity property: The identity of the container registry.RegistryUpdateParameters.withNetworkRuleBypassOptions(NetworkRuleBypassOptions networkRuleBypassOptions) Set the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.RegistryUpdateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: The network rule set for a container registry.RegistryUpdateParameters.withPolicies(Policies policies) Set the policies property: The policies for a container registry.RegistryUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.Set the sku property: The SKU of the container registry.Set the tags property: The tags for the container registry.