Uses of Class
com.azure.resourcemanager.containerregistry.models.WebhookUpdateParameters
-
Packages that use WebhookUpdateParameters Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of WebhookUpdateParameters in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type WebhookUpdateParameters Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebhookInner>,WebhookInner>WebhooksClient. beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)Updates a webhook with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebhookInner>,WebhookInner>WebhooksClient. beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, com.azure.core.util.Context context)Updates a webhook with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WebhookInner>,WebhookInner>WebhooksClient. beginUpdateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)Updates a webhook with the specified parameters.WebhookInnerWebhooksClient. update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)Updates a webhook with the specified parameters.WebhookInnerWebhooksClient. update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, com.azure.core.util.Context context)Updates a webhook with the specified parameters.Mono<WebhookInner>WebhooksClient. updateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)Updates a webhook with the specified parameters.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>WebhooksClient. updateWithResponseAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters)Updates a webhook with the specified parameters. -
Uses of WebhookUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return WebhookUpdateParameters Modifier and Type Method Description WebhookUpdateParametersWebhookUpdateParameters. withActions(List<WebhookAction> actions)Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookUpdateParametersWebhookUpdateParameters. withCustomHeaders(Map<String,String> customHeaders)Set the customHeaders property: Custom headers that will be added to the webhook notifications.WebhookUpdateParametersWebhookUpdateParameters. withScope(String scope)Set the scope property: The scope of repositories where the event can be triggered.WebhookUpdateParametersWebhookUpdateParameters. withServiceUri(String serviceUri)Set the serviceUri property: The service URI for the webhook to post notifications.WebhookUpdateParametersWebhookUpdateParameters. withStatus(WebhookStatus status)Set the status property: The status of the webhook at the time the operation was called.WebhookUpdateParametersWebhookUpdateParameters. withTags(Map<String,String> tags)Set the tags property: The tags for the webhook.
-