RouteOperationsExtensions::BeginDeleteRoute Method (IRouteOperations^, String^, String^)

 

Set the specified route for the provided table in this subscription.

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

public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginDeleteRoute(
	IRouteOperations^ operations,
	String^ routeTableName,
	String^ routeName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network::IRouteOperations^

Reference to the Microsoft.WindowsAzure.Management.Network.IRouteOperations.

routeTableName
Type: System::String^

Required. The name of the route table where the provided route will be set.

routeName
Type: System::String^

Required. The name of the route that will be set on the provided route table.

Return Value

Type: Microsoft.Azure::AzureOperationResponse^

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

Return to top
Show: