Uses of Class
com.azure.resourcemanager.containerregistry.models.WebhookUpdateParameters
Packages that use WebhookUpdateParameters
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
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 WebhookUpdateParametersModifier and TypeMethodDescriptioncom.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.WebhooksClient.update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters) Updates a webhook with the specified parameters.WebhooksClient.update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, com.azure.core.util.Context context) Updates a webhook with the specified parameters.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 WebhookUpdateParametersModifier and TypeMethodDescriptionstatic WebhookUpdateParametersWebhookUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebhookUpdateParameters from the JsonReader.WebhookUpdateParameters.withActions(List<WebhookAction> actions) Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookUpdateParameters.withCustomHeaders(Map<String, String> customHeaders) Set the customHeaders property: Custom headers that will be added to the webhook notifications.Set the scope property: The scope of repositories where the event can be triggered.WebhookUpdateParameters.withServiceUri(String serviceUri) Set the serviceUri property: The service URI for the webhook to post notifications.WebhookUpdateParameters.withStatus(WebhookStatus status) Set the status property: The status of the webhook at the time the operation was called.Set the tags property: The tags for the webhook.