PrivateEndpointConnectionsPrivateLinkHubsClient Interface

public interface PrivateEndpointConnectionsPrivateLinkHubsClient

An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsPrivateLinkHubsClient.

Method Summary

Modifier and Type Method and Description
abstract PrivateEndpointConnectionForPrivateLinkHubInner get(String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName)

Get all PrivateEndpointConnection in the PrivateLinkHub by name.

abstract Response<PrivateEndpointConnectionForPrivateLinkHubInner> getWithResponse(String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName, Context context)

Get all PrivateEndpointConnection in the PrivateLinkHub by name.

abstract PagedIterable<PrivateEndpointConnectionForPrivateLinkHubInner> list(String resourceGroupName, String privateLinkHubName)

Get all PrivateEndpointConnections in the PrivateLinkHub.

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

Get all PrivateEndpointConnections in the PrivateLinkHub.

Method Details

get

public abstract PrivateEndpointConnectionForPrivateLinkHubInner get(String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName)

Get all PrivateEndpointConnection in the PrivateLinkHub by name.

Parameters:

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

Returns:

all PrivateEndpointConnection in the PrivateLinkHub by name.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName, Context context)

Get all PrivateEndpointConnection in the PrivateLinkHub by name.

Parameters:

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

Returns:

all PrivateEndpointConnection in the PrivateLinkHub by name along with Response<T>.

list

public abstract PagedIterable 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 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