///GENMHASH:5AD91481A0966B059A478CD4E9DD9466:754810EA5144700BBB078C6E55E8C153
 protected override async Task <Models.ExpressRouteCircuitPeeringInner> GetInnerAsync(CancellationToken cancellationToken = default(CancellationToken))
 {
     return(await client.GetAsync(parent.ResourceGroupName, parent.Name, Name));
 }
Example #2
0
 /// <summary>
 /// Gets the specified authorization from the specified express route circuit.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 /// <param name='circuitName'>
 /// The name of the express route circuit.
 /// </param>
 /// <param name='peeringName'>
 /// The name of the peering.
 /// </param>
 public static ExpressRouteCircuitPeering Get(this IExpressRouteCircuitPeeringsOperations operations, string resourceGroupName, string circuitName, string peeringName)
 {
     return(operations.GetAsync(resourceGroupName, circuitName, peeringName).GetAwaiter().GetResult());
 }