共用方式為


INetworkOperations Interface

Definition

The Network 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 interface INetworkOperations
type INetworkOperations = interface
Public Interface INetworkOperations

Methods

AbortMigrationAsync(String, CancellationToken)

Abort Virtual Network migration api validates and aborts the given virtual network for IaaS Classic to ARM migration.

BeginAbortMigrationAsync(String, CancellationToken)

Abort Virtual Network migration api validates and aborts the given virtual network for IaaS Classic to ARM migration.

BeginCommitMigrationAsync(String, CancellationToken)

Commit Virtual Network migration api validates and commits the given virtual network for IaaS Classic to ARM migration.

BeginPrepareMigrationAsync(String, CancellationToken)

Prepare Virtual Network migration api validates and prepare the given virtual network for IaaS Classic to ARM migration.

BeginSettingConfigurationAsync(NetworkSetConfigurationParameters, CancellationToken)

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)

CommitMigrationAsync(String, CancellationToken)

Commit Virtual Network migration api validates and commits the given virtual network for IaaS Classic to ARM migration.

GetConfigurationAsync(CancellationToken)

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)

ListAsync(CancellationToken)

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)

PrepareMigrationAsync(String, CancellationToken)

Prepare Virtual Network migration api validates and prepare the given virtual network for IaaS Classic to ARM migration.

SetConfigurationAsync(NetworkSetConfigurationParameters, CancellationToken)

The Set Network Configuration operation asynchronously configures the virtual network. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information)

ValidateMigrationAsync(String, CancellationToken)

Prepare Virtual Network migration api validates the given virtual network for IaaS Classic to ARM migration.

Extension 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.

Applies to