PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets a private link resource for cluster.

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Gets the private link resources for cluster.

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets a private link resource for cluster.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

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)

Gets the private link resources for cluster.

function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

clusterName

string

The name of the cluster.

options
PrivateLinkResourcesListByClusterOptionalParams

The options parameters.

Returns