NetworkOperationsExtensions.GetConfigurationAsync 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)

<ExtensionAttribute>
Public Shared Function GetConfigurationAsync (
	operations As INetworkOperations
) As Task(Of NetworkGetConfigurationResponse)

Parameters

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

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

Return Value

Type: System.Threading.Tasks.Task(Of NetworkGetConfigurationResponse)

The Get Network Configuration operation response.

Return to top
Show: