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 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 Task<GatewayListConnectionsResponse> ListConnectionsAsync(
this IGatewayOperations operations,
string networkName
)
public:
[ExtensionAttribute]
static Task<GatewayListConnectionsResponse^>^ ListConnectionsAsync(
IGatewayOperations^ operations,
String^ networkName
)
static member ListConnectionsAsync :
operations:IGatewayOperations *
networkName:string -> Task<GatewayListConnectionsResponse>
<ExtensionAttribute>
Public Shared Function ListConnectionsAsync (
operations As IGatewayOperations,
networkName As String
) As Task(Of GatewayListConnectionsResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IGatewayOperationsReference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
networkName
Type: System.StringRequired. The name of the virtual network for this gateway.
Return Value
Type: System.Threading.Tasks.Task<GatewayListConnectionsResponse>
The response to a ListConnections request to a Virtual Network Gateway.
See Also
GatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top