| Modifier and Type | Method | Description |
|---|---|---|
rx.Observable<Webhook> |
Webhooks.getAsync(String resourceGroupName,
String registryName,
String webhookName) |
Gets the properties of the specified webhook.
|
rx.Observable<Webhook> |
Webhooks.listAsync(String resourceGroupName,
String registryName) |
Lists all the webhooks for the specified container registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/