### YamlMime:JavaType uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient" name: "WebhooksClient" nameWithType: "WebhooksClient" summary: "An instance of this class provides access to all the operations defined in WebhooksClient." syntax: "public interface **WebhooksClient**" methods: - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginCreate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookCreateParameters)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginCreate(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" name: "beginCreate(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" nameWithType: "WebhooksClient.beginCreate(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" summary: "Creates a webhook for a container registry with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for creating a webhook." name: "webhookCreateParameters" type: "" syntax: "public abstract SyncPoller,WebhookInner> beginCreate(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" desc: "Creates a webhook for a container registry with the specified parameters." returns: description: "the for polling of an object that represents a webhook for a container registry." type: "<<>,>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginCreate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookCreateParameters,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginCreate(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters, Context context)" name: "beginCreate(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters, Context context)" nameWithType: "WebhooksClient.beginCreate(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters, Context context)" summary: "Creates a webhook for a container registry with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for creating a webhook." name: "webhookCreateParameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract SyncPoller,WebhookInner> beginCreate(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters, Context context)" desc: "Creates a webhook for a container registry with the specified parameters." returns: description: "the for polling of an object that represents a webhook for a container registry." type: "<<>,>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginCreateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookCreateParameters)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginCreateAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" name: "beginCreateAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" nameWithType: "WebhooksClient.beginCreateAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" summary: "Creates a webhook for a container registry with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for creating a webhook." name: "webhookCreateParameters" type: "" syntax: "public abstract PollerFlux,WebhookInner> beginCreateAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" desc: "Creates a webhook for a container registry with the specified parameters." returns: description: "the for polling of an object that represents a webhook for a container registry." type: "<<>,>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginDelete(String resourceGroupName, String registryName, String webhookName)" name: "beginDelete(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.beginDelete(String resourceGroupName, String registryName, String webhookName)" summary: "Deletes a webhook from a container registry." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String registryName, String webhookName)" desc: "Deletes a webhook from a container registry." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginDelete(String resourceGroupName, String registryName, String webhookName, Context context)" name: "beginDelete(String resourceGroupName, String registryName, String webhookName, Context context)" nameWithType: "WebhooksClient.beginDelete(String resourceGroupName, String registryName, String webhookName, Context context)" summary: "Deletes a webhook from a container registry." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String registryName, String webhookName, Context context)" desc: "Deletes a webhook from a container registry." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginDeleteAsync(String resourceGroupName, String registryName, String webhookName)" name: "beginDeleteAsync(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.beginDeleteAsync(String resourceGroupName, String registryName, String webhookName)" summary: "Deletes a webhook from a container registry." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String registryName, String webhookName)" desc: "Deletes a webhook from a container registry." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookUpdateParameters)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" name: "beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" nameWithType: "WebhooksClient.beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" summary: "Updates a webhook with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for updating a webhook." name: "webhookUpdateParameters" type: "" syntax: "public abstract SyncPoller,WebhookInner> beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" desc: "Updates a webhook with the specified parameters." returns: description: "the for polling of an object that represents a webhook for a container registry." type: "<<>,>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookUpdateParameters,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, Context context)" name: "beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, Context context)" nameWithType: "WebhooksClient.beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, Context context)" summary: "Updates a webhook with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for updating a webhook." name: "webhookUpdateParameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract SyncPoller,WebhookInner> beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, Context context)" desc: "Updates a webhook with the specified parameters." returns: description: "the for polling of an object that represents a webhook for a container registry." type: "<<>,>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookUpdateParameters)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.beginUpdateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" name: "beginUpdateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" nameWithType: "WebhooksClient.beginUpdateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" summary: "Updates a webhook with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for updating a webhook." name: "webhookUpdateParameters" type: "" syntax: "public abstract PollerFlux,WebhookInner> beginUpdateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" desc: "Updates a webhook with the specified parameters." returns: description: "the for polling of an object that represents a webhook for a container registry." type: "<<>,>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.create(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookCreateParameters)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" name: "create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" nameWithType: "WebhooksClient.create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" summary: "Creates a webhook for a container registry with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for creating a webhook." name: "webhookCreateParameters" type: "" syntax: "public abstract WebhookInner create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" desc: "Creates a webhook for a container registry with the specified parameters." returns: description: "an object that represents a webhook for a container registry." type: "" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.create(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookCreateParameters,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters, Context context)" name: "create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters, Context context)" nameWithType: "WebhooksClient.create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters, Context context)" summary: "Creates a webhook for a container registry with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for creating a webhook." name: "webhookCreateParameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract WebhookInner create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters, Context context)" desc: "Creates a webhook for a container registry with the specified parameters." returns: description: "an object that represents a webhook for a container registry." type: "" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.createAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookCreateParameters)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.createAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" name: "createAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" nameWithType: "WebhooksClient.createAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" summary: "Creates a webhook for a container registry with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for creating a webhook." name: "webhookCreateParameters" type: "" syntax: "public abstract Mono createAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" desc: "Creates a webhook for a container registry with the specified parameters." returns: description: "an object that represents a webhook for a container registry on successful completion of ." type: "Mono<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.createWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookCreateParameters)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.createWithResponseAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" name: "createWithResponseAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" nameWithType: "WebhooksClient.createWithResponseAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" summary: "Creates a webhook for a container registry with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for creating a webhook." name: "webhookCreateParameters" type: "" syntax: "public abstract Mono>> createWithResponseAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)" desc: "Creates a webhook for a container registry with the specified parameters." returns: description: "an object that represents a webhook for a container registry along with on successful\n completion of ." type: "Mono<<Flux<ByteBuffer>>>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.delete(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.delete(String resourceGroupName, String registryName, String webhookName)" name: "delete(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.delete(String resourceGroupName, String registryName, String webhookName)" summary: "Deletes a webhook from a container registry." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract void delete(String resourceGroupName, String registryName, String webhookName)" desc: "Deletes a webhook from a container registry." - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.delete(String resourceGroupName, String registryName, String webhookName, Context context)" name: "delete(String resourceGroupName, String registryName, String webhookName, Context context)" nameWithType: "WebhooksClient.delete(String resourceGroupName, String registryName, String webhookName, Context context)" summary: "Deletes a webhook from a container registry." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void delete(String resourceGroupName, String registryName, String webhookName, Context context)" desc: "Deletes a webhook from a container registry." - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.deleteAsync(String resourceGroupName, String registryName, String webhookName)" name: "deleteAsync(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.deleteAsync(String resourceGroupName, String registryName, String webhookName)" summary: "Deletes a webhook from a container registry." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract Mono deleteAsync(String resourceGroupName, String registryName, String webhookName)" desc: "Deletes a webhook from a container registry." returns: description: "A that completes when a successful response is received." type: "Mono<Void>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.deleteWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" name: "deleteWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.deleteWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" summary: "Deletes a webhook from a container registry." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" desc: "Deletes a webhook from a container registry." returns: description: "the on successful completion of ." type: "Mono<<Flux<ByteBuffer>>>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.get(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.get(String resourceGroupName, String registryName, String webhookName)" name: "get(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.get(String resourceGroupName, String registryName, String webhookName)" summary: "Gets the properties of the specified webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract WebhookInner get(String resourceGroupName, String registryName, String webhookName)" desc: "Gets the properties of the specified webhook." returns: description: "the properties of the specified webhook." type: "" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getAsync(String resourceGroupName, String registryName, String webhookName)" name: "getAsync(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.getAsync(String resourceGroupName, String registryName, String webhookName)" summary: "Gets the properties of the specified webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract Mono getAsync(String resourceGroupName, String registryName, String webhookName)" desc: "Gets the properties of the specified webhook." returns: description: "the properties of the specified webhook on successful completion of ." type: "Mono<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getCallbackConfig(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getCallbackConfig(String resourceGroupName, String registryName, String webhookName)" name: "getCallbackConfig(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.getCallbackConfig(String resourceGroupName, String registryName, String webhookName)" summary: "Gets the configuration of service URI and custom headers for the webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract CallbackConfigInner getCallbackConfig(String resourceGroupName, String registryName, String webhookName)" desc: "Gets the configuration of service URI and custom headers for the webhook." returns: description: "the configuration of service URI and custom headers for the webhook." type: "" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getCallbackConfigAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getCallbackConfigAsync(String resourceGroupName, String registryName, String webhookName)" name: "getCallbackConfigAsync(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.getCallbackConfigAsync(String resourceGroupName, String registryName, String webhookName)" summary: "Gets the configuration of service URI and custom headers for the webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract Mono getCallbackConfigAsync(String resourceGroupName, String registryName, String webhookName)" desc: "Gets the configuration of service URI and custom headers for the webhook." returns: description: "the configuration of service URI and custom headers for the webhook on successful completion of\n ." type: "Mono<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getCallbackConfigWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getCallbackConfigWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)" name: "getCallbackConfigWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)" nameWithType: "WebhooksClient.getCallbackConfigWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)" summary: "Gets the configuration of service URI and custom headers for the webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getCallbackConfigWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)" desc: "Gets the configuration of service URI and custom headers for the webhook." returns: description: "the configuration of service URI and custom headers for the webhook along with ." type: "<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getCallbackConfigWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getCallbackConfigWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" name: "getCallbackConfigWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.getCallbackConfigWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" summary: "Gets the configuration of service URI and custom headers for the webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract Mono> getCallbackConfigWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" desc: "Gets the configuration of service URI and custom headers for the webhook." returns: description: "the configuration of service URI and custom headers for the webhook along with on\n successful completion of ." type: "Mono<<>>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)" name: "getWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)" nameWithType: "WebhooksClient.getWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)" summary: "Gets the properties of the specified webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)" desc: "Gets the properties of the specified webhook." returns: description: "the properties of the specified webhook along with ." type: "<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.getWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" name: "getWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.getWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" summary: "Gets the properties of the specified webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract Mono> getWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" desc: "Gets the properties of the specified webhook." returns: description: "the properties of the specified webhook along with on successful completion of\n ." type: "Mono<<>>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.list(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.list(String resourceGroupName, String registryName)" name: "list(String resourceGroupName, String registryName)" nameWithType: "WebhooksClient.list(String resourceGroupName, String registryName)" summary: "Lists all the webhooks for the specified container registry." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" syntax: "public abstract PagedIterable list(String resourceGroupName, String registryName)" desc: "Lists all the webhooks for the specified container registry." returns: description: "the result of a request to list webhooks for a container registry as paginated response with\n ." type: "<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.list(String resourceGroupName, String registryName, Context context)" name: "list(String resourceGroupName, String registryName, Context context)" nameWithType: "WebhooksClient.list(String resourceGroupName, String registryName, Context context)" summary: "Lists all the webhooks for the specified container registry." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable list(String resourceGroupName, String registryName, Context context)" desc: "Lists all the webhooks for the specified container registry." returns: description: "the result of a request to list webhooks for a container registry as paginated response with\n ." type: "<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.listAsync(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.listAsync(String resourceGroupName, String registryName)" name: "listAsync(String resourceGroupName, String registryName)" nameWithType: "WebhooksClient.listAsync(String resourceGroupName, String registryName)" summary: "Lists all the webhooks for the specified container registry." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" syntax: "public abstract PagedFlux listAsync(String resourceGroupName, String registryName)" desc: "Lists all the webhooks for the specified container registry." returns: description: "the result of a request to list webhooks for a container registry as paginated response with\n ." type: "<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.listEvents(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.listEvents(String resourceGroupName, String registryName, String webhookName)" name: "listEvents(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.listEvents(String resourceGroupName, String registryName, String webhookName)" summary: "Lists recent events for the specified webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract PagedIterable listEvents(String resourceGroupName, String registryName, String webhookName)" desc: "Lists recent events for the specified webhook." returns: description: "the result of a request to list events for a webhook as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.listEvents(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.listEvents(String resourceGroupName, String registryName, String webhookName, Context context)" name: "listEvents(String resourceGroupName, String registryName, String webhookName, Context context)" nameWithType: "WebhooksClient.listEvents(String resourceGroupName, String registryName, String webhookName, Context context)" summary: "Lists recent events for the specified webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable listEvents(String resourceGroupName, String registryName, String webhookName, Context context)" desc: "Lists recent events for the specified webhook." returns: description: "the result of a request to list events for a webhook as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.listEventsAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.listEventsAsync(String resourceGroupName, String registryName, String webhookName)" name: "listEventsAsync(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.listEventsAsync(String resourceGroupName, String registryName, String webhookName)" summary: "Lists recent events for the specified webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract PagedFlux listEventsAsync(String resourceGroupName, String registryName, String webhookName)" desc: "Lists recent events for the specified webhook." returns: description: "the result of a request to list events for a webhook as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.ping(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.ping(String resourceGroupName, String registryName, String webhookName)" name: "ping(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.ping(String resourceGroupName, String registryName, String webhookName)" summary: "Triggers a ping event to be sent to the webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract EventInfoInner ping(String resourceGroupName, String registryName, String webhookName)" desc: "Triggers a ping event to be sent to the webhook." returns: description: "the basic information of an event." type: "" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.pingAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.pingAsync(String resourceGroupName, String registryName, String webhookName)" name: "pingAsync(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.pingAsync(String resourceGroupName, String registryName, String webhookName)" summary: "Triggers a ping event to be sent to the webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract Mono pingAsync(String resourceGroupName, String registryName, String webhookName)" desc: "Triggers a ping event to be sent to the webhook." returns: description: "the basic information of an event on successful completion of ." type: "Mono<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.pingWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.pingWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)" name: "pingWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)" nameWithType: "WebhooksClient.pingWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)" summary: "Triggers a ping event to be sent to the webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response pingWithResponse(String resourceGroupName, String registryName, String webhookName, Context context)" desc: "Triggers a ping event to be sent to the webhook." returns: description: "the basic information of an event along with ." type: "<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.pingWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.pingWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" name: "pingWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" nameWithType: "WebhooksClient.pingWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" summary: "Triggers a ping event to be sent to the webhook." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" syntax: "public abstract Mono> pingWithResponseAsync(String resourceGroupName, String registryName, String webhookName)" desc: "Triggers a ping event to be sent to the webhook." returns: description: "the basic information of an event along with on successful completion of ." type: "Mono<<>>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.update(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookUpdateParameters)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" name: "update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" nameWithType: "WebhooksClient.update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" summary: "Updates a webhook with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for updating a webhook." name: "webhookUpdateParameters" type: "" syntax: "public abstract WebhookInner update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" desc: "Updates a webhook with the specified parameters." returns: description: "an object that represents a webhook for a container registry." type: "" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.update(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookUpdateParameters,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, Context context)" name: "update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, Context context)" nameWithType: "WebhooksClient.update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, Context context)" summary: "Updates a webhook with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for updating a webhook." name: "webhookUpdateParameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract WebhookInner update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, Context context)" desc: "Updates a webhook with the specified parameters." returns: description: "an object that represents a webhook for a container registry." type: "" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.updateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookUpdateParameters)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.updateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" name: "updateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" nameWithType: "WebhooksClient.updateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" summary: "Updates a webhook with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for updating a webhook." name: "webhookUpdateParameters" type: "" syntax: "public abstract Mono updateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" desc: "Updates a webhook with the specified parameters." returns: description: "an object that represents a webhook for a container registry on successful completion of ." type: "Mono<>" - uid: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.updateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.containerregistry.models.WebhookUpdateParameters)" fullName: "com.azure.resourcemanager.containerregistry.fluent.WebhooksClient.updateWithResponseAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" name: "updateWithResponseAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" nameWithType: "WebhooksClient.updateWithResponseAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" summary: "Updates a webhook with the specified parameters." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the container registry." name: "registryName" type: "String" - description: "The name of the webhook." name: "webhookName" type: "String" - description: "The parameters for updating a webhook." name: "webhookUpdateParameters" type: "" syntax: "public abstract Mono>> updateWithResponseAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)" desc: "Updates a webhook with the specified parameters." returns: description: "an object that represents a webhook for a container registry along with on successful\n completion of ." type: "Mono<<Flux<ByteBuffer>>>" type: "interface" desc: "An instance of this class provides access to all the operations defined in WebhooksClient." metadata: {} package: "com.azure.resourcemanager.containerregistry.fluent" artifact: com.azure.resourcemanager:azure-resourcemanager-containerregistry:2.44.0