Udostępnij za pośrednictwem


IGatewayOperations.ListGatewayConnectionsAsync(CancellationToken) Method

Definition

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.

Applies to