INetworkOperations Interface
The Network Management API includes operations for managing the virtual networks for your subscription. (see https://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)
Syntax
public interface INetworkOperations
public interface class INetworkOperations
type INetworkOperations = interface end
Public Interface INetworkOperations
Methods
Name | Description | |
---|---|---|
BeginSettingConfigurationAsync(NetworkSetConfigurationParameters, CancellationToken) | The Begin Setting Network Configuration operation asynchronously configures the virtual network. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information) |
|
GetConfigurationAsync(CancellationToken) | The Get Network Configuration operation retrieves the network configuration file for the given subscription. (see https://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 https://msdn.microsoft.com/en-us/library/windowsazure/jj157185.aspx for more information) |
|
SetConfigurationAsync(NetworkSetConfigurationParameters, CancellationToken) | The Set Network Configuration operation asynchronously configures the virtual network. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information) |
Extension Methods
Name | Description | |
---|---|---|
BeginSettingConfiguration(NetworkSetConfigurationParameters) | The Begin Setting Network Configuration operation asynchronously configures the virtual network. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information)(Defined by NetworkOperationsExtensions.) |
|
BeginSettingConfigurationAsync(NetworkSetConfigurationParameters) | The Begin Setting Network Configuration operation asynchronously configures the virtual network. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information)(Defined by NetworkOperationsExtensions.) |
|
GetConfiguration() | The Get Network Configuration operation retrieves the network configuration file for the given subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)(Defined by NetworkOperationsExtensions.) |
|
GetConfigurationAsync() | The Get Network Configuration operation retrieves the network configuration file for the given subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)(Defined by NetworkOperationsExtensions.) |
|
List() | The List Virtual network sites operation retrieves the virtual networks configured for the subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157185.aspx for more information)(Defined by NetworkOperationsExtensions.) |
|
ListAsync() | The List Virtual network sites operation retrieves the virtual networks configured for the subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157185.aspx for more information)(Defined by NetworkOperationsExtensions.) |
|
SetConfiguration(NetworkSetConfigurationParameters) | The Set Network Configuration operation asynchronously configures the virtual network. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information)(Defined by NetworkOperationsExtensions.) |
|
SetConfigurationAsync(NetworkSetConfigurationParameters) | The Set Network Configuration operation asynchronously configures the virtual network. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information)(Defined by NetworkOperationsExtensions.) |
See Also
Microsoft.WindowsAzure.Management.Network Namespace
Return to top