Exemplo n.º 1
0
 /// <summary>
 /// The delete peering operation deletes the specified peering from the
 /// ExpressRouteCircuit.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.Network.IExpressRouteCircuitPeeringOperations.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Required. The name of the resource group.
 /// </param>
 /// <param name='circuitName'>
 /// Required. The name of the express route circuit.
 /// </param>
 /// <param name='peeringName'>
 /// Required. The name of the peering.
 /// </param>
 /// <returns>
 /// A standard service response including an HTTP status code and
 /// request ID.
 /// </returns>
 public static Task <AzureOperationResponse> DeleteAsync(this IExpressRouteCircuitPeeringOperations operations, string resourceGroupName, string circuitName, string peeringName)
 {
     return(operations.DeleteAsync(resourceGroupName, circuitName, peeringName, CancellationToken.None));
 }