共用方式為


PrivateLinkResources interface

代表 PrivateLinkResources 的介面。

方法

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

取得需要為 Azure 監視器 PrivateLinkScope 建立的私人連結資源。

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

取得需要為 Azure 監視器 PrivateLinkScope 建立的私人連結資源。

方法詳細資料

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

取得需要為 Azure 監視器 PrivateLinkScope 建立的私人連結資源。

function get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

scopeName

string

Azure Arc PrivateLinkScope 資源的名稱。

groupName

string

私人連結資源的名稱。

options
PrivateLinkResourcesGetOptionalParams

選項參數。

傳回

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

取得需要為 Azure 監視器 PrivateLinkScope 建立的私人連結資源。

function listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

scopeName

string

Azure Arc PrivateLinkScope 資源的名稱。

傳回