Share via


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

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

Syntax

Task<NetworkListResponse> ListAsync(
    CancellationToken cancellationToken
)
Task<NetworkListResponse^>^ ListAsync(
    CancellationToken cancellationToken
)
abstract ListAsync : 
        cancellationToken:CancellationToken -> Task<NetworkListResponse>
Function ListAsync (
    cancellationToken As CancellationToken
) As Task(Of NetworkListResponse)

Parameters

Return Value

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

The response structure for the Network Operations List operation.

See Also

INetworkOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace

Return to top