Compartir a través de


PrivateEndpointConnectionsPrivateLinkHubOperationsExtensions.List Método

Definición

Obtención de todos los privateEndpointConnections en PrivateLinkHub

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnectionForPrivateLinkHub> List (this Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsPrivateLinkHubOperations operations, string resourceGroupName, string privateLinkHubName);
static member List : Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsPrivateLinkHubOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnectionForPrivateLinkHub>
<Extension()>
Public Function List (operations As IPrivateEndpointConnectionsPrivateLinkHubOperations, resourceGroupName As String, privateLinkHubName As String) As IPage(Of PrivateEndpointConnectionForPrivateLinkHub)

Parámetros

operations
IPrivateEndpointConnectionsPrivateLinkHubOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

privateLinkHubName
String

Nombre de privateLinkHub

Devoluciones

Se aplica a