WebhooksClient Interface
public interface WebhooksClient
An instance of this class provides access to all the operations defined in WebhooksClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller<PollResult<WebhookInner>,WebhookInner> beginCreate(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)
Creates a webhook for a container registry with the specified parameters.
Parameters:
Returns:
beginCreate
public abstract SyncPoller<PollResult<WebhookInner>,WebhookInner> beginCreate(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters, Context context)
Creates a webhook for a container registry with the specified parameters.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux<PollResult<WebhookInner>,WebhookInner> beginCreateAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)
Creates a webhook for a container registry with the specified parameters.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String webhookName)
Deletes a webhook from a container registry.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String webhookName, Context context)
Deletes a webhook from a container registry.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String registryName, String webhookName)
Deletes a webhook from a container registry.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<WebhookInner>,WebhookInner> beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)
Updates a webhook with the specified parameters.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<WebhookInner>,WebhookInner> beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, Context context)
Updates a webhook with the specified parameters.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux<PollResult<WebhookInner>,WebhookInner> beginUpdateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)
Updates a webhook with the specified parameters.
Parameters:
Returns:
create
public abstract WebhookInner create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)
Creates a webhook for a container registry with the specified parameters.
Parameters:
Returns:
create
public abstract WebhookInner create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters, Context context)
Creates a webhook for a container registry with the specified parameters.
Parameters:
Returns:
createAsync
public abstract Mono<WebhookInner> createAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)
Creates a webhook for a container registry with the specified parameters.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)
Creates a webhook for a container registry with the specified parameters.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String registryName, String webhookName)
Deletes a webhook from a container registry.
Parameters:
delete
public abstract void delete(String resourceGroupName, String registryName, String webhookName, Context context)
Deletes a webhook from a container registry.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String registryName, String webhookName)
Deletes a webhook from a container registry.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String registryName, String webhookName)
Deletes a webhook from a container registry.
Parameters:
Returns:
get
public abstract WebhookInner get(String resourceGroupName, String registryName, String webhookName)
Gets the properties of the specified webhook.
Parameters:
Returns:
getAsync
public abstract Mono<WebhookInner> getAsync(String resourceGroupName, String registryName, String webhookName)
Gets the properties of the specified webhook.
Parameters:
Returns:
getCallbackConfig
public abstract CallbackConfigInner getCallbackConfig(String resourceGroupName, String registryName, String webhookName)
Gets the configuration of service URI and custom headers for the webhook.
Parameters:
Returns:
getCallbackConfigAsync
public abstract Mono<CallbackConfigInner> getCallbackConfigAsync(String resourceGroupName, String registryName, String webhookName)
Gets the configuration of service URI and custom headers for the webhook.
Parameters:
Returns:
getCallbackConfigWithResponse
public abstract Response<CallbackConfigInner> getCallbackConfigWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)
Gets the configuration of service URI and custom headers for the webhook.
Parameters:
Returns:
getCallbackConfigWithResponseAsync
public abstract Mono<Response<CallbackConfigInner>> getCallbackConfigWithResponseAsync(String resourceGroupName, String registryName, String webhookName)
Gets the configuration of service URI and custom headers for the webhook.
Parameters:
Returns:
getWithResponse
public abstract Response<WebhookInner> getWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)
Gets the properties of the specified webhook.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<WebhookInner>> getWithResponseAsync(String resourceGroupName, String registryName, String webhookName)
Gets the properties of the specified webhook.
Parameters:
Returns:
list
public abstract PagedIterable<WebhookInner> list(String resourceGroupName, String registryName)
Lists all the webhooks for the specified container registry.
Parameters:
Returns:
list
public abstract PagedIterable<WebhookInner> list(String resourceGroupName, String registryName, Context context)
Lists all the webhooks for the specified container registry.
Parameters:
Returns:
listAsync
public abstract PagedFlux<WebhookInner> listAsync(String resourceGroupName, String registryName)
Lists all the webhooks for the specified container registry.
Parameters:
Returns:
listEvents
public abstract PagedIterable<EventInner> listEvents(String resourceGroupName, String registryName, String webhookName)
Lists recent events for the specified webhook.
Parameters:
Returns:
listEvents
public abstract PagedIterable<EventInner> listEvents(String resourceGroupName, String registryName, String webhookName, Context context)
Lists recent events for the specified webhook.
Parameters:
Returns:
listEventsAsync
public abstract PagedFlux<EventInner> listEventsAsync(String resourceGroupName, String registryName, String webhookName)
Lists recent events for the specified webhook.
Parameters:
Returns:
ping
public abstract EventInfoInner ping(String resourceGroupName, String registryName, String webhookName)
Triggers a ping event to be sent to the webhook.
Parameters:
Returns:
pingAsync
public abstract Mono<EventInfoInner> pingAsync(String resourceGroupName, String registryName, String webhookName)
Triggers a ping event to be sent to the webhook.
Parameters:
Returns:
pingWithResponse
public abstract Response<EventInfoInner> pingWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)
Triggers a ping event to be sent to the webhook.
Parameters:
Returns:
pingWithResponseAsync
public abstract Mono<Response<EventInfoInner>> pingWithResponseAsync(String resourceGroupName, String registryName, String webhookName)
Triggers a ping event to be sent to the webhook.
Parameters:
Returns:
update
public abstract WebhookInner update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)
Updates a webhook with the specified parameters.
Parameters:
Returns:
update
public abstract WebhookInner update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, Context context)
Updates a webhook with the specified parameters.
Parameters:
Returns:
updateAsync
public abstract Mono<WebhookInner> updateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)
Updates a webhook with the specified parameters.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)
Updates a webhook with the specified parameters.
Parameters:
Returns: