NetworkOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 NetworkOperationsExtensions
type NetworkOperationsExtensions = class
Public Module NetworkOperationsExtensions
- Inheritance
-
NetworkOperationsExtensions
Methods
AbortMigration(INetworkOperations, String) |
Abort Virtual Network migration api validates and aborts the given virtual network for IaaS Classic to ARM migration. |
AbortMigrationAsync(INetworkOperations, String) |
Abort Virtual Network migration api validates and aborts the given virtual network for IaaS Classic to ARM migration. |
BeginAbortMigration(INetworkOperations, String) |
Abort Virtual Network migration api validates and aborts the given virtual network for IaaS Classic to ARM migration. |
BeginAbortMigrationAsync(INetworkOperations, String) |
Abort Virtual Network migration api validates and aborts the given virtual network for IaaS Classic to ARM migration. |
BeginCommitMigration(INetworkOperations, String) |
Commit Virtual Network migration api validates and commits the given virtual network for IaaS Classic to ARM migration. |
BeginCommitMigrationAsync(INetworkOperations, String) |
Commit Virtual Network migration api validates and commits the given virtual network for IaaS Classic to ARM migration. |
BeginPrepareMigration(INetworkOperations, String) |
Prepare Virtual Network migration api validates and prepare the given virtual network for IaaS Classic to ARM migration. |
BeginPrepareMigrationAsync(INetworkOperations, String) |
Prepare Virtual Network migration api validates and prepare the given virtual network for IaaS Classic to ARM migration. |
BeginSettingConfiguration(INetworkOperations, NetworkSetConfigurationParameters) |
The Begin Setting Network Configuration operation asynchronously configures the virtual network. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information) |
BeginSettingConfigurationAsync(INetworkOperations, NetworkSetConfigurationParameters) |
The Begin Setting Network Configuration operation asynchronously configures the virtual network. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information) |
CommitMigration(INetworkOperations, String) |
Commit Virtual Network migration api validates and commits the given virtual network for IaaS Classic to ARM migration. |
CommitMigrationAsync(INetworkOperations, String) |
Commit Virtual Network migration api validates and commits the given virtual network for IaaS Classic to ARM migration. |
GetConfiguration(INetworkOperations) |
The Get Network Configuration operation retrieves the network configuration file for the given subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information) |
GetConfigurationAsync(INetworkOperations) |
The Get Network Configuration operation retrieves the network configuration file for the given subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information) |
List(INetworkOperations) |
The List Virtual network sites operation retrieves the virtual networks configured for the subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157185.aspx for more information) |
ListAsync(INetworkOperations) |
The List Virtual network sites operation retrieves the virtual networks configured for the subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157185.aspx for more information) |
PrepareMigration(INetworkOperations, String) |
Prepare Virtual Network migration api validates and prepare the given virtual network for IaaS Classic to ARM migration. |
PrepareMigrationAsync(INetworkOperations, String) |
Prepare Virtual Network migration api validates and prepare the given virtual network for IaaS Classic to ARM migration. |
SetConfiguration(INetworkOperations, NetworkSetConfigurationParameters) |
The Set Network Configuration operation asynchronously configures the virtual network. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information) |
SetConfigurationAsync(INetworkOperations, NetworkSetConfigurationParameters) |
The Set Network Configuration operation asynchronously configures the virtual network. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information) |
ValidateMigration(INetworkOperations, String) |
Prepare Virtual Network migration api validates the given virtual network for IaaS Classic to ARM migration. |
ValidateMigrationAsync(INetworkOperations, String) |
Prepare Virtual Network migration api validates the given virtual network for IaaS Classic to ARM migration. |