IRouteOperations::GetRouteTableForSubnetAsync Method (String^, String^, CancellationToken)
Get the specified route table for the provided subnet in the provided virtual network in this subscription.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<GetRouteTableForSubnetResponse^>^ GetRouteTableForSubnetAsync( String^ vnetName, String^ subnetName, CancellationToken cancellationToken )
Parameters
- vnetName
-
Type:
System::String^
The name of the virtual network that contains the provided subnet.
- subnetName
-
Type:
System::String^
The name of the subnet.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<GetRouteTableForSubnetResponse^>^A standard service response including an HTTP status code and request ID.
Show: