Share via


GatewayOperationsExtensions.ListConnectionsAsync Method

Asynchronously lists the local network connections that can be accessed through the gateway.

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

Usage

'Usage
Dim operations As IGatewayOperations
Dim virtualNetworkName As String
Dim returnValue As Task(Of GatewayListConnectionsResponse)

returnValue = GatewayOperationsExtensions.ListConnectionsAsync(operations, virtualNetworkName)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ListConnectionsAsync ( _
    operations As IGatewayOperations, _
    virtualNetworkName As String _
) As Task(Of GatewayListConnectionsResponse)
[ExtensionAttribute] 
public static Task<GatewayListConnectionsResponse> ListConnectionsAsync (
    IGatewayOperations operations,
    string virtualNetworkName
)
[ExtensionAttribute] 
public:
static Task<GatewayListConnectionsResponse^>^ ListConnectionsAsync (
    IGatewayOperations^ operations, 
    String^ virtualNetworkName
)
/** @attribute ExtensionAttribute() */ 
public static Task<GatewayListConnectionsResponse> ListConnectionsAsync (
    IGatewayOperations operations, 
    String virtualNetworkName
)
ExtensionAttribute 
public static function ListConnectionsAsync (
    operations : IGatewayOperations, 
    virtualNetworkName : String
) : Task<GatewayListConnectionsResponse>

Parameters

  • operations
    The IGatewayOperations object that specifies the Virtual Network Gateway operations.
  • virtualNetworkName
    The name of the Virtual Network.

Return Value

An GatewayListConnectionsResponse object that lists the local network connections.

Remarks

For more information about listing connections, see List Connections.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

GatewayOperationsExtensions Class
GatewayOperationsExtensions Members
Microsoft.WindowsAzure.Management.VirtualNetworks Namespace