Share via


CdnOriginResource.Update(WaitUntil, CdnOriginPatch, CancellationToken) Method

Definition

Updates an existing origin within an endpoint.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/origins/{originName}
  • Operation Id: CdnOrigins_Update
  • Default Api Version: 2024-02-01
  • Resource: CdnOriginResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.CdnOriginResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Cdn.Models.CdnOriginPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Cdn.Models.CdnOriginPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.CdnOriginResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Cdn.Models.CdnOriginPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.CdnOriginResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As CdnOriginPatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CdnOriginResource)

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
CdnOriginPatch

Origin properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to