共用方式為


PrivateLinkResources interface

表示 PrivateLinkResources 的介面。

方法

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

取得特定的私人鏈接資源。

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

列出 HDInsight 叢集中的私人鏈接資源。

方法詳細資料

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

取得特定的私人鏈接資源。

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

參數

resourceGroupName

string

資源群組的名稱。

clusterName

string

叢集的名稱。

privateLinkResourceName

string

私人鏈接資源的名稱。

options
PrivateLinkResourcesGetOptionalParams

選項參數。

傳回

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

列出 HDInsight 叢集中的私人鏈接資源。

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

參數

resourceGroupName

string

資源群組的名稱。

clusterName

string

叢集的名稱。

傳回