Uses of Interface
com.azure.resourcemanager.containerregistry.models.Registry.Update
-
Packages that use Registry.Update Package Description com.azure.resourcemanager.containerregistry.models 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.Update Modifier and Type Method Description Registry.UpdateRegistry.UpdateStages.WithPublicNetworkAccess. disablePublicNetworkAccess()Disables public network access for the container registry, for private link feature.Registry.UpdateRegistry.UpdateStages.WithPublicNetworkAccess. enablePublicNetworkAccess()Enables public network access for the container registry.Registry.UpdateRegistry.UpdateStages.WithSku. withBasicSku()Updates the current container registry to a 'managed' registry with a 'Basic' SKU type.Registry.UpdateRegistry.UpdateStages.WithAdminUserEnabled. withoutRegistryNameAsAdminUser()Disable admin user.Registry.UpdateRegistry.UpdateStages.WithWebhook. withoutWebhook(String name)Removes a webhook from the container registry.Registry.UpdateRegistry.UpdateStages.WithSku. withPremiumSku()Updates the current container registry to a 'managed' registry with a 'Premium' SKU type.Registry.UpdateRegistry.UpdateStages.WithAdminUserEnabled. withRegistryNameAsAdminUser()Enable admin user.Registry.UpdateRegistry.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.Update Modifier and Type Method Description Webhook.UpdateDefinitionStages.Blank<Registry.Update>Registry.UpdateStages.WithWebhook. defineWebhook(String name)Begins the definition of a new webhook to be added to this container registry.Webhook.UpdateResourceStages.Blank<Registry.Update>Registry.UpdateStages.WithWebhook. updateWebhook(String name)Begins the description of an update of an existing webhook of this container registry.
-