IRouteOperations.BeginCreateRouteTableAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create the specified route table for this subscription.
public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCreateRouteTableAsync (Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginCreateRouteTableAsync : Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function BeginCreateRouteTableAsync (parameters As CreateRouteTableParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)
Parameters
- parameters
- CreateRouteTableParameters
The parameters necessary to create a new route table.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Task<Microsoft.Azure.AzureOperationResponse>
A standard service response including an HTTP status code and request ID.