IRouteOperations.GetRouteTableWithDetailsAsync Method (String, String, CancellationToken)
Get the specified route table for this subscription.
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
Task<GetRouteTableResponse> GetRouteTableWithDetailsAsync(
string routeTableName,
string detailLevel,
CancellationToken cancellationToken
)
Task<GetRouteTableResponse^>^ GetRouteTableWithDetailsAsync(
String^ routeTableName,
String^ detailLevel,
CancellationToken cancellationToken
)
abstract GetRouteTableWithDetailsAsync :
routeTableName:string *
detailLevel:string *
cancellationToken:CancellationToken -> Task<GetRouteTableResponse>
Function GetRouteTableWithDetailsAsync (
routeTableName As String,
detailLevel As String,
cancellationToken As CancellationToken
) As Task(Of GetRouteTableResponse)
Parameters
routeTableName
Type: System.StringThe name of the route table in this subscription to retrieve.
detailLevel
Type: System.StringThe amount of detail about the requested route table that will be returned.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<GetRouteTableResponse>
A standard service response including an HTTP status code and request ID.
See Also
IRouteOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top