PrivateEndpointConnectionsPrivateLinkHubOperationsExtensions.List Method

Definition

Get all PrivateEndpointConnections in the 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)

Parameters

operations
IPrivateEndpointConnectionsPrivateLinkHubOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

privateLinkHubName
String

Name of the privateLinkHub

Returns

Applies to