共用方式為


RouteOperationsExtensions Class

Definition

The Service Management API includes operations for managing the virtual networks for your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for more information)

public static class RouteOperationsExtensions
type RouteOperationsExtensions = class
Public Module RouteOperationsExtensions
Inheritance
RouteOperationsExtensions

Methods

AbortMigration(IRouteOperations, String)

Abort routetable migration api validates and aborts the given routetable for IaaS Classic to ARM migration.

AbortMigrationAsync(IRouteOperations, String)

Abort routetable migration api validates and aborts the given routetable for IaaS Classic to ARM migration.

AddRouteTableToSubnet(IRouteOperations, String, String, AddRouteTableToSubnetParameters)

Set the specified route table for the provided subnet in the provided virtual network in this subscription.

AddRouteTableToSubnetAsync(IRouteOperations, String, String, AddRouteTableToSubnetParameters)

Set the specified route table for the provided subnet in the provided virtual network in this subscription.

BeginAbortMigration(IRouteOperations, String)

Abort routetable migration api validates and aborts the given routetable for IaaS Classic to ARM migration.

BeginAbortMigrationAsync(IRouteOperations, String)

Abort routetable migration api validates and aborts the given routetable for IaaS Classic to ARM migration.

BeginAddRouteTableToSubnet(IRouteOperations, String, String, AddRouteTableToSubnetParameters)

Set the specified route table for the provided subnet in the provided virtual network in this subscription.

BeginAddRouteTableToSubnetAsync(IRouteOperations, String, String, AddRouteTableToSubnetParameters)

Set the specified route table for the provided subnet in the provided virtual network in this subscription.

BeginCommitMigration(IRouteOperations, String)

Commit routetable migration api validates and commits the given routetable for IaaS Classic to ARM migration.

BeginCommitMigrationAsync(IRouteOperations, String)

Commit routetable migration api validates and commits the given routetable for IaaS Classic to ARM migration.

BeginCreateRouteTable(IRouteOperations, CreateRouteTableParameters)

Create the specified route table for this subscription.

BeginCreateRouteTableAsync(IRouteOperations, CreateRouteTableParameters)

Create the specified route table for this subscription.

BeginDeleteRoute(IRouteOperations, String, String)

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

BeginDeleteRouteAsync(IRouteOperations, String, String)

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

BeginDeleteRouteTable(IRouteOperations, String)

Delete the specified route table for this subscription.

BeginDeleteRouteTableAsync(IRouteOperations, String)

Delete the specified route table for this subscription.

BeginPrepareMigration(IRouteOperations, String)

Prepare routetable migration api validates and prepares the given routetable for IaaS Classic to ARM migration.

BeginPrepareMigrationAsync(IRouteOperations, String)

Prepare routetable migration api validates and prepares the given routetable for IaaS Classic to ARM migration.

BeginRemoveRouteTableFromSubnet(IRouteOperations, String, String)

Remove the route table from the provided subnet in the provided virtual network in this subscription.

BeginRemoveRouteTableFromSubnetAsync(IRouteOperations, String, String)

Remove the route table from the provided subnet in the provided virtual network in this subscription.

BeginSetRoute(IRouteOperations, String, String, SetRouteParameters)

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

BeginSetRouteAsync(IRouteOperations, String, String, SetRouteParameters)

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

CommitMigration(IRouteOperations, String)

Commit routetable migration api validates and commits the given routetable for IaaS Classic to ARM migration.

CommitMigrationAsync(IRouteOperations, String)

Commit routetable migration api validates and commits the given routetable for IaaS Classic to ARM migration.

CreateRouteTable(IRouteOperations, CreateRouteTableParameters)

Create the specified route table for this subscription.

CreateRouteTableAsync(IRouteOperations, CreateRouteTableParameters)

Create the specified route table for this subscription.

DeleteRoute(IRouteOperations, String, String)

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

DeleteRouteAsync(IRouteOperations, String, String)

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

DeleteRouteTable(IRouteOperations, String)

Delete the specified route table for this subscription.

DeleteRouteTableAsync(IRouteOperations, String)

Delete the specified route table for this subscription.

GetEffectiveRouteTableForNetworkInterface(IRouteOperations, String, String, String, String)

Get the effective route table for the provided network interface in this subscription.

GetEffectiveRouteTableForNetworkInterfaceAsync(IRouteOperations, String, String, String, String)

Get the effective route table for the provided network interface in this subscription.

GetEffectiveRouteTableForRoleInstance(IRouteOperations, String, String, String)

Get the effective route table for the provided role instance in this subscription.

GetEffectiveRouteTableForRoleInstanceAsync(IRouteOperations, String, String, String)

Get the effective route table for the provided role instance in this subscription.

GetRouteTable(IRouteOperations, String)

Get the specified route table for this subscription.

GetRouteTableAsync(IRouteOperations, String)

Get the specified route table for this subscription.

GetRouteTableForSubnet(IRouteOperations, String, String)

Get the specified route table for the provided subnet in the provided virtual network in this subscription.

GetRouteTableForSubnetAsync(IRouteOperations, String, String)

Get the specified route table for the provided subnet in the provided virtual network in this subscription.

GetRouteTableWithDetails(IRouteOperations, String, String)

Get the specified route table for this subscription.

GetRouteTableWithDetailsAsync(IRouteOperations, String, String)

Get the specified route table for this subscription.

ListRouteTables(IRouteOperations)

List the existing route tables for this subscription.

ListRouteTablesAsync(IRouteOperations)

List the existing route tables for this subscription.

PrepareMigration(IRouteOperations, String)

Prepare routetable migration api validates and prepares the given routetable for IaaS Classic to ARM migration.

PrepareMigrationAsync(IRouteOperations, String)

Prepare routetable migration api validates and prepares the given routetable for IaaS Classic to ARM migration.

RemoveRouteTableFromSubnet(IRouteOperations, String, String)

Remove the route table from the provided subnet in the provided virtual network in this subscription.

RemoveRouteTableFromSubnetAsync(IRouteOperations, String, String)

Remove the route table from the provided subnet in the provided virtual network in this subscription.

SetRoute(IRouteOperations, String, String, SetRouteParameters)

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

SetRouteAsync(IRouteOperations, String, String, SetRouteParameters)

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

ValidateMigration(IRouteOperations, String)

Validate routetable migration api validates the given routetable for IaaS Classic to ARM migration.

ValidateMigrationAsync(IRouteOperations, String)

Validate routetable migration api validates the given routetable for IaaS Classic to ARM migration.

Applies to