Share via


PeeringResource.UpdateAsync(PeeringPatch, CancellationToken) Method

Definition

Updates tags for a peering with the specified name under the given subscription and resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peerings/{peeringName}
  • Operation Id: Peerings_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Peering.PeeringResource>> UpdateAsync (Azure.ResourceManager.Peering.Models.PeeringPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Peering.Models.PeeringPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Peering.PeeringResource>>
override this.UpdateAsync : Azure.ResourceManager.Peering.Models.PeeringPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Peering.PeeringResource>>
Public Overridable Function UpdateAsync (patch As PeeringPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PeeringResource))

Parameters

patch
PeeringPatch

The resource tags.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to