GatewayOperationsExtensions.ListGatewayConnectionsAsync 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 Répertorier les connexions répertorie toutes les gatewayConnections.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse> ListGatewayConnectionsAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations);
static member ListGatewayConnectionsAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse>
<Extension()>
Public Function ListGatewayConnectionsAsync (operations As IGatewayOperations) As Task(Of GatewayListGatewayConnectionsResponse)
Paramètres
- operations
- IGatewayOperations
Référence à Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
Retours
Réponse à une demande ListGatewayConnections à une passerelle Réseau virtuel.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET