GatewayOperationsExtensions.ListConnectionsAsync Method (IGatewayOperations, String)

 

The List Connections operation returns a list of the local network connections that can be accessed through the gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154120.aspx for more information)

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

<ExtensionAttribute>
Public Shared Function ListConnectionsAsync (
	operations As IGatewayOperations,
	networkName As String
) As Task(Of GatewayListConnectionsResponse)

Parameters

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

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

networkName
Type: System.String

Required. The name of the virtual network for this gateway.

Return Value

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

The response to a ListConnections request to a Virtual Network Gateway.

Return to top
Show: