NetworkOperationsExtensions.GetConfiguration Method (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)

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

public static NetworkGetConfigurationResponse GetConfiguration(
	this INetworkOperations operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network.INetworkOperations

Reference to the Microsoft.WindowsAzure.Management.Network.INetworkOperations.

Return Value

Type: Microsoft.WindowsAzure.Management.Network.Models.NetworkGetConfigurationResponse

The Get Network Configuration operation response.

Return to top
Show: