Exemplo n.º 1
0
 /// <summary>
 /// The GET peering operation retrieves the specified authorization
 /// 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>
 /// Response for GET ExpressRouteCircuit Peering Api service call
 /// </returns>
 public static Task <ExpressRouteCircuitPeeringGetResponse> GetAsync(this IExpressRouteCircuitPeeringOperations operations, string resourceGroupName, string circuitName, string peeringName)
 {
     return(operations.GetAsync(resourceGroupName, circuitName, peeringName, CancellationToken.None));
 }