Share via


NetworkOperationsExtensions.ListAsync Method (INetworkOperations)

 

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)

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

Syntax

public static Task<NetworkListResponse> ListAsync(
    this INetworkOperations operations
)
public:
[ExtensionAttribute]
static Task<NetworkListResponse^>^ ListAsync(
    INetworkOperations^ operations
)
static member ListAsync : 
        operations:INetworkOperations -> Task<NetworkListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As INetworkOperations
) As Task(Of NetworkListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<NetworkListResponse>

The response structure for the Network Operations List operation.

See Also

NetworkOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top