IGatewayOperations.ListConnectionsAsync Method (String, CancellationToken)
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
Task<GatewayListConnectionsResponse> ListConnectionsAsync(
string networkName,
CancellationToken cancellationToken
)
Task<GatewayListConnectionsResponse^>^ ListConnectionsAsync(
String^ networkName,
CancellationToken cancellationToken
)
abstract ListConnectionsAsync :
networkName:string *
cancellationToken:CancellationToken -> Task<GatewayListConnectionsResponse>
Function ListConnectionsAsync (
networkName As String,
cancellationToken As CancellationToken
) As Task(Of GatewayListConnectionsResponse)
Parameters
networkName
Type: System.StringThe name of the virtual network for this gateway.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<GatewayListConnectionsResponse>
The response to a ListConnections request to a Virtual Network Gateway.
See Also
IGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top