共用方式為


RouteOperationsExtensions.GetRouteTableAsync(IRouteOperations, String) Method

Definition

Get the specified route table for this subscription.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse> GetRouteTableAsync (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string routeTableName);
static member GetRouteTableAsync : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse>
<Extension()>
Public Function GetRouteTableAsync (operations As IRouteOperations, routeTableName As String) As Task(Of GetRouteTableResponse)

Parameters

operations
IRouteOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IRouteOperations.

routeTableName
String

Required. The name of the route table in this subscription to retrieve.

Returns

A standard service response including an HTTP status code and request ID.

Applies to