INetworkOperations Interface

 

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)

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

public interface class INetworkOperations

NameDescription
System_CAPS_pubmethodBeginSettingConfigurationAsync(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)

System_CAPS_pubmethodGetConfigurationAsync(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)

System_CAPS_pubmethodListAsync(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)

System_CAPS_pubmethodSetConfigurationAsync(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)

NameDescription
System_CAPS_pubmethodBeginSettingConfiguration(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)(Defined by NetworkOperationsExtensions.)

System_CAPS_pubmethodBeginSettingConfigurationAsync(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)(Defined by NetworkOperationsExtensions.)

System_CAPS_pubmethodGetConfiguration()

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)(Defined by NetworkOperationsExtensions.)

System_CAPS_pubmethodGetConfigurationAsync()

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)(Defined by NetworkOperationsExtensions.)

System_CAPS_pubmethodList()

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)(Defined by NetworkOperationsExtensions.)

System_CAPS_pubmethodListAsync()

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)(Defined by NetworkOperationsExtensions.)

System_CAPS_pubmethodSetConfiguration(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)(Defined by NetworkOperationsExtensions.)

System_CAPS_pubmethodSetConfigurationAsync(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)(Defined by NetworkOperationsExtensions.)

Return to top
Show: