Compartir a través de


PeeringServicePrefixResource.Update Método

Definición

Crea un nuevo prefijo con el nombre especificado en la suscripción, el grupo de recursos y el servicio de emparejamiento especificados.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}/prefixes/{prefixName}
  • IdPrefixes_CreateOrUpdate de operaciones
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.PeeringServicePrefixResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Peering.PeeringServicePrefixData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Peering.PeeringServicePrefixData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.PeeringServicePrefixResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Peering.PeeringServicePrefixData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.PeeringServicePrefixResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As PeeringServicePrefixData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of PeeringServicePrefixResource)

Parámetros

waitUntil
WaitUntil

Completed si el método debe esperar a que se devuelva hasta que se haya completado la operación de ejecución prolongada en el servicio; Started si debe devolverse después de iniciar la operación. Para más información sobre las operaciones de larga duración, consulte Ejemplos de operaciones de azure.Core Long-Running.

data
PeeringServicePrefixData

Las propiedades necesarias para crear un prefijo.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

data es null.

Se aplica a