Partager via


IGatewayOperations.ListConnectionsAsync(String, CancellationToken) Méthode

Définition

L'opération List Connections renvoie la liste des connexions de réseau local accessibles via la passerelle. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj154120.aspx pour plus d’informations)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse> ListConnectionsAsync (string networkName, System.Threading.CancellationToken cancellationToken);
abstract member ListConnectionsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse>
Public Function ListConnectionsAsync (networkName As String, cancellationToken As CancellationToken) As Task(Of GatewayListConnectionsResponse)

Paramètres

networkName
String

Nom du réseau virtuel pour cette passerelle.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse à une demande ListConnections à une passerelle Réseau virtuel.

S’applique à