RouteOperationsExtensions::BeginCreateRouteTableAsync Method (IRouteOperations^, CreateRouteTableParameters^)
Create the specified route table for this subscription.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public: [ExtensionAttribute] static Task<AzureOperationResponse^>^ BeginCreateRouteTableAsync( IRouteOperations^ operations, CreateRouteTableParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Network::IRouteOperations^
Reference to the Microsoft.WindowsAzure.Management.Network.IRouteOperations.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Network.Models::CreateRouteTableParameters^
Required. The parameters necessary to create a new route table.
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: