PrivateEndpointConnectionsOperationsExtensions.List 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.
Obtient les PrivateEndpointConnections disponibles dans un espace de noms. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection> List (this Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string namespaceName);
static member List : Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection>
<Extension()>
Public Function List (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, namespaceName As String) As IPage(Of PrivateEndpointConnection)
Paramètres
- operations
- IPrivateEndpointConnectionsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources dans l’abonnement Azure.
- namespaceName
- String
Nom de l’espace de noms
Retours
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