PeeringServiceResource.Update(PeeringServicePatch, 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 service with the specified name under the given subscription and resource group.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}
- Operation Id: PeeringServices_Update
public virtual Azure.Response<Azure.ResourceManager.Peering.PeeringServiceResource> Update (Azure.ResourceManager.Peering.Models.PeeringServicePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Peering.Models.PeeringServicePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Peering.PeeringServiceResource>
override this.Update : Azure.ResourceManager.Peering.Models.PeeringServicePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Peering.PeeringServiceResource>
Public Overridable Function Update (patch As PeeringServicePatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PeeringServiceResource)
Parameters
- patch
- PeeringServicePatch
The resource tags.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
patch
is null.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET