RouteOperationsExtensions::BeginCreateRouteTable Method (IRouteOperations^, CreateRouteTableParameters^)

 

Create the specified route table for this subscription.

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginCreateRouteTable(
	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: Microsoft.Azure::AzureOperationResponse^

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

Return to top
Show: