Partager via


PrivateEndpointConnectionsOperationsExtensions.List Méthode

Définition

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 à