| 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.
|
com.microsoft.azure.PagedList<Webhook> |
WebhookOperations.list()
Lists all the webhooks for the container registry.
|
com.microsoft.azure.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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/