GatewayOperationsExtensions.ListConnectionsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse> ListConnectionsAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);
static member ListConnectionsAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse>
<Extension()>
Public Function ListConnectionsAsync (operations As IGatewayOperations, networkName As String) As Task(Of GatewayListConnectionsResponse)
Paramètres
- operations
- IGatewayOperations
Référence à Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
- networkName
- String
Obligatoire. Nom du réseau virtuel pour cette passerelle.
Retours
Réponse à une demande ListConnections à une passerelle Réseau virtuel.
S’applique à
Azure SDK for .NET