示例#1
0
 /// <summary>
 /// The Put route operation creates/updates a route in the specified
 /// 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>
 /// <param name='routeParameters'>
 /// Required. Parameters supplied to the create/update routeoperation
 /// </param>
 /// <returns>
 /// Response for PUT Routes Api servive call
 /// </returns>
 public static Task <RoutePutResponse> BeginCreateOrUpdatingAsync(this IRouteOperations operations, string resourceGroupName, string routeTableName, string routeName, Route routeParameters)
 {
     return(operations.BeginCreateOrUpdatingAsync(resourceGroupName, routeTableName, routeName, routeParameters, CancellationToken.None));
 }