IGatewayOperations.ListGatewayConnectionsAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The List Connections operation Lists all GatewayConnections.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse> ListGatewayConnectionsAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListGatewayConnectionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse>
Public Function ListGatewayConnectionsAsync (cancellationToken As CancellationToken) As Task(Of GatewayListGatewayConnectionsResponse)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The response to a ListGatewayConnections request to a Virtual Network Gateway.