PrivateEndpointConnectionsPrivateLinkHubs Interface

public interface PrivateEndpointConnectionsPrivateLinkHubs

Resource collection API of PrivateEndpointConnectionsPrivateLinkHubs.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<PrivateEndpointConnectionForPrivateLinkHub> list(String resourceGroupName, String privateLinkHubName)

Get all PrivateEndpointConnections in the PrivateLinkHub.

abstract PagedIterable<PrivateEndpointConnectionForPrivateLinkHub> list(String resourceGroupName, String privateLinkHubName, Context context)

Get all PrivateEndpointConnections in the PrivateLinkHub.

Method Details

list

public abstract PagedIterable<PrivateEndpointConnectionForPrivateLinkHub> list(String resourceGroupName, String privateLinkHubName)

Get all PrivateEndpointConnections in the PrivateLinkHub.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
privateLinkHubName - Name of the privateLinkHub.

Returns:

all PrivateEndpointConnections in the PrivateLinkHub as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<PrivateEndpointConnectionForPrivateLinkHub> list(String resourceGroupName, String privateLinkHubName, Context context)

Get all PrivateEndpointConnections in the PrivateLinkHub.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
privateLinkHubName - Name of the privateLinkHub.
context - The context to associate with this operation.

Returns:

all PrivateEndpointConnections in the PrivateLinkHub as paginated response with PagedIterable<T>.

Applies to