Share via


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 https://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)

Syntax

public static GatewayListConnectionsResponse ListConnections(
    this IGatewayOperations operations,
    string networkName
)
public:
[ExtensionAttribute]
static GatewayListConnectionsResponse^ ListConnections(
    IGatewayOperations^ operations,
    String^ networkName
)
static member ListConnections : 
        operations:IGatewayOperations *
        networkName:string -> GatewayListConnectionsResponse
<ExtensionAttribute>
Public Shared Function ListConnections (
    operations As IGatewayOperations,
    networkName As String
) As GatewayListConnectionsResponse

Parameters

  • 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.

See Also

GatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top