Uses of Interface
com.azure.resourcemanager.containerregistry.models.Registry.Update
Packages that use Registry.Update
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of Registry.Update in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return Registry.UpdateModifier and TypeMethodDescriptionRegistry.UpdateStages.WithDedicatedDataEndpoints.disableDedicatedDataEndpoints()Disables dedicated data endpoints for the container registry.Registry.UpdateStages.WithPublicNetworkAccess.disablePublicNetworkAccess()Disables public network access for the container registry, for private link feature.Registry.UpdateStages.WithDedicatedDataEndpoints.enableDedicatedDataEndpoints()Enables dedicated data endpoints for the container registry.Registry.UpdateStages.WithPublicNetworkAccess.enablePublicNetworkAccess()Enables public network access for the container registry.Registry.UpdateStages.WithPublicNetworkAccess.withAccessFromAllNetworks()Specifies that by default access to container registry should be allowed from all networks.Registry.UpdateStages.WithPublicNetworkAccess.withAccessFromIpAddress(String ipAddress) Specifies that access to the container registry from the specific ip address should be allowed.Registry.UpdateStages.WithPublicNetworkAccess.withAccessFromIpAddressRange(String ipAddressCidr) Specifies that access to the container registry from the specific ip range should be allowed.Registry.UpdateStages.WithPublicNetworkAccess.withAccessFromSelectedNetworks()Specifies that by default access to container registry should be denied from all networks except from those networks specified viaRegistry.DefinitionStages.WithPublicNetworkAccess.withAccessFromIpAddress(String)()}Registry.UpdateStages.WithPublicNetworkAccess.withAccessFromIpAddressRange(String).Registry.UpdateStages.WithPublicNetworkAccess.withAccessFromTrustedServices()Specifies that access to the container registry from trusted services should be allowed regardless of whether public network access is disabled.Registry.UpdateStages.WithSku.withBasicSku()Updates the current container registry to a 'managed' registry with a 'Basic' SKU type.Registry.UpdateStages.WithPublicNetworkAccess.withoutAccessFromIpAddress(String ipAddress) Remove the allowed ip address.Registry.UpdateStages.WithPublicNetworkAccess.withoutAccessFromIpAddressRange(String ipAddressCidr) Remove the allowed ip address range.Registry.UpdateStages.WithPublicNetworkAccess.withoutAccessFromTrustedServices()Specifies that access to the container registry from trusted services should be denied when public network access is disabled.Registry.UpdateStages.WithAdminUserEnabled.withoutRegistryNameAsAdminUser()Disable admin user.Registry.UpdateStages.WithWebhook.withoutWebhook(String name) Removes a webhook from the container registry.Registry.UpdateStages.WithSku.withPremiumSku()Updates the current container registry to a 'managed' registry with a 'Premium' SKU type.Registry.UpdateStages.WithAdminUserEnabled.withRegistryNameAsAdminUser()Enable admin user.Registry.UpdateStages.WithSku.withStandardSku()Updates the current container registry to a 'managed' registry with a 'Standard' SKU type.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type Registry.UpdateModifier and TypeMethodDescriptionRegistry.UpdateStages.WithWebhook.defineWebhook(String name) Begins the definition of a new webhook to be added to this container registry.Registry.UpdateStages.WithWebhook.updateWebhook(String name) Begins the description of an update of an existing webhook of this container registry.