Share via


RouteOperationsExtensions.BeginSetRouteAsync Method (IRouteOperations, String, String, SetRouteParameters)

 

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> BeginSetRouteAsync(
    this IRouteOperations operations,
    string routeTableName,
    string routeName,
    SetRouteParameters parameters
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginSetRouteAsync(
    IRouteOperations^ operations,
    String^ routeTableName,
    String^ routeName,
    SetRouteParameters^ parameters
)
static member BeginSetRouteAsync : 
        operations:IRouteOperations *
        routeTableName:string *
        routeName:string *
        parameters:SetRouteParameters -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginSetRouteAsync (
    operations As IRouteOperations,
    routeTableName As String,
    routeName As String,
    parameters As SetRouteParameters
) As Task(Of AzureOperationResponse)

Parameters

  • 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: 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