共用方式為


PrivateLinkResources interface

表示 PrivateLinkResources 的介面。

方法

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

取得需要為服務建立的私人連結資源。

listByService(string, string, PrivateLinkResourcesListByServiceOptionalParams)

取得需要為服務建立的私人連結資源。

方法詳細資料

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

取得需要為服務建立的私人連結資源。

function get(resourceGroupName: string, resourceName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourceDescription>

參數

resourceGroupName

string

包含服務實例的資源群組名稱。

resourceName

string

服務執行個體的名稱。

groupName

string

私人連結資源群組的名稱。

options
PrivateLinkResourcesGetOptionalParams

選項參數。

傳回

listByService(string, string, PrivateLinkResourcesListByServiceOptionalParams)

取得需要為服務建立的私人連結資源。

function listByService(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListByServiceOptionalParams): Promise<PrivateLinkResourceListResultDescription>

參數

resourceGroupName

string

包含服務實例的資源群組名稱。

resourceName

string

服務執行個體的名稱。

傳回