Share via


CloudHsmClusterPrivateLinkResources Interface

public interface CloudHsmClusterPrivateLinkResources

Resource collection API of CloudHsmClusterPrivateLinkResources.

Method Summary

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

Gets the private link resources supported for the Cloud Hsm Cluster.

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

Gets the private link resources supported for the Cloud Hsm Cluster.

Method Details

listByCloudHsmCluster

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

Gets the private link resources supported for 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:

the private link resources supported for the Cloud Hsm Cluster as paginated response with PagedIterable<T>.

listByCloudHsmCluster

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

Gets the private link resources supported for 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:

the private link resources supported for the Cloud Hsm Cluster as paginated response with PagedIterable<T>.

Applies to