Beispiel #1
0
 /// <summary>
 /// The Get route operation retreives information about the specified
 /// route from the route table.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.Network.IRouteOperations.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Required. The name of the resource group.
 /// </param>
 /// <param name='routeTableName'>
 /// Required. The name of the route table.
 /// </param>
 /// <param name='routeName'>
 /// Required. The name of the route.
 /// </param>
 /// <returns>
 /// Response for GetRoute Api service call
 /// </returns>
 public static Task <RouteGetResponse> GetAsync(this IRouteOperations operations, string resourceGroupName, string routeTableName, string routeName)
 {
     return(operations.GetAsync(resourceGroupName, routeTableName, routeName, CancellationToken.None));
 }