Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Registry.Update |
Registry.UpdateStages.WithSku.withBasicSku()
Updates the current container registry to a 'managed' registry with a 'Basic' SKU type.
|
Registry.Update |
Registry.UpdateStages.WithAdminUserEnabled.withoutRegistryNameAsAdminUser()
Disable admin user.
|
Registry.Update |
Registry.UpdateStages.WithWebhook.withoutWebhook(String name)
Removes a webhook from the container registry.
|
Registry.Update |
Registry.UpdateStages.WithSku.withPremiumSku()
Updates the current container registry to a 'managed' registry with a 'Premium' SKU type.
|
Registry.Update |
Registry.UpdateStages.WithAdminUserEnabled.withRegistryNameAsAdminUser()
Enable admin user.
|
Registry.Update |
Registry.UpdateStages.WithSku.withStandardSku()
Updates the current container registry to a 'managed' registry with a 'Standard' SKU type.
|
Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.