VNetOperationsExtensions.ListAsync(IVNetOperations) Method

Definition

Gets a list of virtual network configurations.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetListResult> ListAsync (this Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetListResult>
<Extension()>
Public Function ListAsync (operations As IVNetOperations) As Task(Of VNetListResult)

Parameters

operations
IVNetOperations

Reference to the Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations.

Returns

List of virtual networks.

Applies to