Compartir a través de


PeeringServiceResource.Update(PeeringServicePatch, CancellationToken) Método

Definición

Novedades etiquetas para un servicio de emparejamiento con el nombre especificado en la suscripción y el grupo de recursos especificados.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}
  • IdPeeringServices_Update de operación
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)

Parámetros

patch
PeeringServicePatch

Etiquetas del recurso.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

patch es null.

Se aplica a