共用方式為


PrivateLinkResources interface

表示 PrivateLinkResources 的介面。

方法

get(string, string, string, string, PrivateLinkResourcesGetOptionalParams)

取得私人鏈接資源的屬性。

listByResource(string, string, string, PrivateLinkResourcesListByResourceOptionalParams)

列出主題、網域或合作夥伴命名空間下的所有私人鏈接資源。

方法詳細資料

get(string, string, string, string, PrivateLinkResourcesGetOptionalParams)

取得私人鏈接資源的屬性。

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

參數

resourceGroupName

string

用戶訂用帳戶內的資源組名。

parentType

string

父資源的型別。 這可以是 'topics'、'domains' 或 'partnerNamespaces'。

parentName

string

父資源的名稱(亦即主題名稱、功能變數名稱或夥伴命名空間名稱)。

privateLinkResourceName

string

私人鏈接資源的名稱。

options
PrivateLinkResourcesGetOptionalParams

選項參數。

傳回

listByResource(string, string, string, PrivateLinkResourcesListByResourceOptionalParams)

列出主題、網域或合作夥伴命名空間下的所有私人鏈接資源。

function listByResource(resourceGroupName: string, parentType: string, parentName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

參數

resourceGroupName

string

用戶訂用帳戶內的資源組名。

parentType

string

父資源的型別。 這可以是 'topics'、'domains' 或 'partnerNamespaces'。

parentName

string

父資源的名稱(亦即主題名稱、功能變數名稱或夥伴命名空間名稱)。

傳回