PeeringResource.UpdateAsync Method

Definition

Overloads

Name Description
UpdateAsync(PeeringResourceTagsPatch, CancellationToken)

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.
  • Default Api Version. : 2025-05-01.
  • Resource. : PeeringResource.
UpdateAsync(PeeringPatch, CancellationToken)

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.
  • Default Api Version. : 2025-05-01.
  • Resource. : PeeringResource.

UpdateAsync(PeeringResourceTagsPatch, CancellationToken)

Source:
PeeringResource.cs

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.
  • Default Api Version. : 2025-05-01.
  • Resource. : PeeringResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Peering.PeeringResource>> UpdateAsync(Azure.ResourceManager.Peering.Models.PeeringResourceTagsPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Peering.Models.PeeringResourceTagsPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Peering.PeeringResource>>
override this.UpdateAsync : Azure.ResourceManager.Peering.Models.PeeringResourceTagsPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Peering.PeeringResource>>
Public Overridable Function UpdateAsync (patch As PeeringResourceTagsPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PeeringResource))

Parameters

patch
PeeringResourceTagsPatch

The resource tags.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to

UpdateAsync(PeeringPatch, CancellationToken)

Source:
PeeringResource.cs
Source:
PeeringResource.cs

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.
  • Default Api Version. : 2025-05-01.
  • Resource. : PeeringResource.
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