Delen via


ContainerRegistryWebhookResource.Update Method

Definition

Updates a webhook with the specified parameters.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}
  • Operation Id: Webhooks_Update
  • Default Api Version: 2022-12-01
  • Resource: ContainerRegistryWebhookResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerRegistry.ContainerRegistryWebhookResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerRegistry.ContainerRegistryWebhookResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerRegistry.ContainerRegistryWebhookResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As ContainerRegistryWebhookPatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ContainerRegistryWebhookResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

patch
ContainerRegistryWebhookPatch

The parameters for updating a webhook.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to