Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Webhook |
WebhookOperations.get(String webhookName)
Gets the properties of the specified webhook.
|
Webhook |
Registries.WebhooksClient.get(String resourceGroupName,
String registryName,
String webhookName)
Gets the properties of the specified webhook.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<Webhook> |
WebhookOperations.getAsync(String webhookName)
Gets the properties of the specified webhook.
|
rx.Observable<Webhook> |
Registries.WebhooksClient.getAsync(String resourceGroupName,
String registryName,
String webhookName)
Gets the properties of the specified webhook.
|
PagedList<Webhook> |
WebhookOperations.list()
Lists all the webhooks for the container registry.
|
PagedList<Webhook> |
Registries.WebhooksClient.list(String resourceGroupName,
String registryName)
Lists all the webhooks for the container registry.
|
rx.Observable<Webhook> |
WebhookOperations.listAsync()
Lists all the webhooks for the container registry.
|
rx.Observable<Webhook> |
Registries.WebhooksClient.listAsync(String resourceGroupName,
String registryName)
Lists all the webhooks for the container registry.
|
Copyright © 2019. All rights reserved.