@Beta(value=V1_4_0)
public interface WebhookOperations
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String webhookName)
Deletes a webhook from the container registry.
|
rx.Completable |
deleteAsync(String webhookName)
Deletes a webhook from the container registry.
|
Webhook |
get(String webhookName)
Gets the properties of the specified webhook.
|
rx.Observable<Webhook> |
getAsync(String webhookName)
Gets the properties of the specified webhook.
|
com.microsoft.azure.PagedList<Webhook> |
list()
Lists all the webhooks for the container registry.
|
rx.Observable<Webhook> |
listAsync()
Lists all the webhooks for the container registry.
|
Webhook get(String webhookName)
webhookName - the name of the webhookrx.Observable<Webhook> getAsync(String webhookName)
webhookName - the name of the webhookvoid delete(String webhookName)
webhookName - the name of the webhookrx.Completable deleteAsync(String webhookName)
webhookName - the name of the webhookcom.microsoft.azure.PagedList<Webhook> list()
@Beta(value=V1_4_0) rx.Observable<Webhook> listAsync()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/