PeeringResource.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Update(PeeringResourceTagsPatch, CancellationToken) |
Updates tags for a peering with the specified name under the given subscription and resource group.
|
| Update(PeeringPatch, CancellationToken) |
Updates tags for a peering with the specified name under the given subscription and resource group.
|
Update(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 Azure.Response<Azure.ResourceManager.Peering.PeeringResource> Update(Azure.ResourceManager.Peering.Models.PeeringResourceTagsPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Peering.Models.PeeringResourceTagsPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Peering.PeeringResource>
override this.Update : Azure.ResourceManager.Peering.Models.PeeringResourceTagsPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Peering.PeeringResource>
Public Overridable Function Update (patch As PeeringResourceTagsPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PeeringResource)
Parameters
- patch
- PeeringResourceTagsPatch
The resource tags.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
patch is null.
Applies to
Update(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 Azure.Response<Azure.ResourceManager.Peering.PeeringResource> Update(Azure.ResourceManager.Peering.Models.PeeringPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Peering.Models.PeeringPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Peering.PeeringResource>
override this.Update : Azure.ResourceManager.Peering.Models.PeeringPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Peering.PeeringResource>
Public Overridable Function Update (patch As PeeringPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PeeringResource)
Parameters
- patch
- PeeringPatch
The resource tags.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
patch is null.