PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets the specific private link resource.

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Lists the private link resources in a HDInsight cluster.

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets the specific private link resource.

function get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster.

privateLinkResourceName

string

The name of the private link resource.

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Lists the private link resources in a HDInsight cluster.

function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): Promise<PrivateLinkResourceListResult>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster.

options
PrivateLinkResourcesListByClusterOptionalParams

The options parameters.

Returns