GatewayOperationsExtensions.ListConnections 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 Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse ListConnections (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);
static member ListConnections : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse
<Extension()>
Public Function ListConnections (operations As IGatewayOperations, networkName As String) As 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 adressée à une passerelle Réseau virtuel.
S’applique à
Azure SDK for .NET