RouteOperationsExtensions.BeginDeleteRouteAsync 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)
Syntax
public static Task<AzureOperationResponse> BeginDeleteRouteAsync(
this IRouteOperations operations,
string routeTableName,
string routeName
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginDeleteRouteAsync(
IRouteOperations^ operations,
String^ routeTableName,
String^ routeName
)
static member BeginDeleteRouteAsync :
operations:IRouteOperations *
routeTableName:string *
routeName:string -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginDeleteRouteAsync (
operations As IRouteOperations,
routeTableName As String,
routeName As String
) As Task(Of AzureOperationResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IRouteOperationsReference to the Microsoft.WindowsAzure.Management.Network.IRouteOperations.
routeTableName
Type: System.StringRequired. The name of the route table where the provided route will be set.
routeName
Type: System.StringRequired. The name of the route that will be set on the provided route table.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
RouteOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top