PrivateEndpointConnectionsClient Interface

public interface PrivateEndpointConnectionsClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<PrivateEndpointConnectionInner> listByCloudHsmCluster(String resourceGroupName, String cloudHsmClusterName)

The List operation gets information about the private endpoint connections associated with the Cloud HSM Cluster.

abstract PagedIterable<PrivateEndpointConnectionInner> listByCloudHsmCluster(String resourceGroupName, String cloudHsmClusterName, Context context)

The List operation gets information about the private endpoint connections associated with the Cloud HSM Cluster.

Method Details

listByCloudHsmCluster

public abstract PagedIterable<PrivateEndpointConnectionInner> listByCloudHsmCluster(String resourceGroupName, String cloudHsmClusterName)

The List operation gets information about the private endpoint connections associated with the Cloud HSM Cluster.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
cloudHsmClusterName - The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 23 characters in length.

Returns:

list of private endpoint connections associated with the specified resource as paginated response with PagedIterable<T>.

listByCloudHsmCluster

public abstract PagedIterable<PrivateEndpointConnectionInner> listByCloudHsmCluster(String resourceGroupName, String cloudHsmClusterName, Context context)

The List operation gets information about the private endpoint connections associated with the Cloud HSM Cluster.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
cloudHsmClusterName - The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 23 characters in length.
context - The context to associate with this operation.

Returns:

list of private endpoint connections associated with the specified resource as paginated response with PagedIterable<T>.

Applies to