Uses of Class
com.azure.resourcemanager.containerregistry.models.RegistryUpdateParameters
-
Packages that use RegistryUpdateParameters Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 RegistryUpdateParameters Modifier and Type Method Description com.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.RegistryInnerRegistriesClient. update(String resourceGroupName, String registryName, RegistryUpdateParameters registryUpdateParameters)Updates a container registry with the specified parameters.RegistryInnerRegistriesClient. update(String resourceGroupName, String registryName, RegistryUpdateParameters registryUpdateParameters, com.azure.core.util.Context context)Updates a container registry with the specified parameters.Mono<RegistryInner>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 RegistryUpdateParameters Modifier and Type Method Description RegistryUpdateParametersRegistryUpdateParameters. withAdminUserEnabled(Boolean adminUserEnabled)Set the adminUserEnabled property: The value that indicates whether the admin user is enabled.RegistryUpdateParametersRegistryUpdateParameters. withDataEndpointEnabled(Boolean dataEndpointEnabled)Set the dataEndpointEnabled property: Enable a single data endpoint per region for serving data.RegistryUpdateParametersRegistryUpdateParameters. withEncryption(EncryptionProperty encryption)Set the encryption property: The encryption settings of container registry.RegistryUpdateParametersRegistryUpdateParameters. withIdentity(IdentityProperties identity)Set the identity property: The identity of the container registry.RegistryUpdateParametersRegistryUpdateParameters. withNetworkRuleBypassOptions(NetworkRuleBypassOptions networkRuleBypassOptions)Set the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.RegistryUpdateParametersRegistryUpdateParameters. withNetworkRuleSet(NetworkRuleSet networkRuleSet)Set the networkRuleSet property: The network rule set for a container registry.RegistryUpdateParametersRegistryUpdateParameters. withPolicies(Policies policies)Set the policies property: The policies for a container registry.RegistryUpdateParametersRegistryUpdateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public network access is allowed for the container registry.RegistryUpdateParametersRegistryUpdateParameters. withSku(Sku sku)Set the sku property: The SKU of the container registry.RegistryUpdateParametersRegistryUpdateParameters. withTags(Map<String,String> tags)Set the tags property: The tags for the container registry.
-