GatewayOperationsExtensions.ListConnections 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 ListConnections (
	operations As IGatewayOperations,
	networkName As String
) As 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: Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse

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

Return to top
Show: