com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.WebhooksInner>, com.microsoft.azure.arm.collection.SupportsCreating<Webhook.DefinitionStages.Blank>public interface Webhooks extends com.microsoft.azure.arm.collection.SupportsCreating<Webhook.DefinitionStages.Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.WebhooksInner>
| Modifier and Type | Method | Description |
|---|---|---|
rx.Completable |
deleteAsync(String resourceGroupName,
String registryName,
String webhookName) |
Deletes a webhook from a container registry.
|
rx.Observable<Webhook> |
getAsync(String resourceGroupName,
String registryName,
String webhookName) |
Gets the properties of the specified webhook.
|
rx.Observable<CallbackConfig> |
getCallbackConfigAsync(String resourceGroupName,
String registryName,
String webhookName) |
Gets the configuration of service URI and custom headers for the webhook.
|
rx.Observable<Webhook> |
listAsync(String resourceGroupName,
String registryName) |
Lists all the webhooks for the specified container registry.
|
rx.Observable<Event> |
listEventsAsync(String resourceGroupName,
String registryName,
String webhookName) |
Lists recent events for the specified webhook.
|
rx.Observable<EventInfo> |
pingAsync(String resourceGroupName,
String registryName,
String webhookName) |
Triggers a ping event to be sent to the webhook.
|
rx.Observable<EventInfo> pingAsync(String resourceGroupName, String registryName, String webhookName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.webhookName - The name of the webhook.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<CallbackConfig> getCallbackConfigAsync(String resourceGroupName, String registryName, String webhookName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.webhookName - The name of the webhook.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<Event> listEventsAsync(String resourceGroupName, String registryName, String webhookName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.webhookName - The name of the webhook.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<Webhook> getAsync(String resourceGroupName, String registryName, String webhookName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.webhookName - The name of the webhook.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<Webhook> listAsync(String resourceGroupName, String registryName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.IllegalArgumentException - thrown if parameters fail the validationrx.Completable deleteAsync(String resourceGroupName, String registryName, String webhookName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.webhookName - The name of the webhook.IllegalArgumentException - thrown if parameters fail the validation /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/