PeeringResource.Update(PeeringPatch, CancellationToken) 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.
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 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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET