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

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

<ExtensionAttribute>
Public Shared Function ListAsync (
	operations As INetworkOperations
) As Task(Of NetworkListResponse)

Parameters

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

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

Return Value

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

The response structure for the Network Operations List operation.

Return to top
Show: