Uses of Interface
com.microsoft.azure.management.containerregistry.Registry.Update
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of Registry.Update in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionRegistry.UpdateStages.WithSku.withBasicSku()
Updates the current container registry to a 'managed' registry with a 'Basic' SKU type.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.Modifier 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.