共用方式為


PrivateEndpointConnectionsPrivateLinkHub interface

代表 PrivateEndpointConnectionsPrivateLinkHub 的介面。

方法

get(string, string, string, PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams)

依名稱取得 PrivateLinkHub 中的所有 PrivateEndpointConnection

list(string, string, PrivateEndpointConnectionsPrivateLinkHubListOptionalParams)

取得 PrivateLinkHub 中的所有 PrivateEndpointConnections

方法詳細資料

get(string, string, string, PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams)

依名稱取得 PrivateLinkHub 中的所有 PrivateEndpointConnection

function get(resourceGroupName: string, privateLinkHubName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams): Promise<PrivateEndpointConnectionForPrivateLinkHub>

參數

resourceGroupName

string

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

privateLinkHubName

string

privateLinkHub 的名稱

privateEndpointConnectionName

string

privateEndpointConnection 的名稱

傳回

list(string, string, PrivateEndpointConnectionsPrivateLinkHubListOptionalParams)

取得 PrivateLinkHub 中的所有 PrivateEndpointConnections

function list(resourceGroupName: string, privateLinkHubName: string, options?: PrivateEndpointConnectionsPrivateLinkHubListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionForPrivateLinkHub, PrivateEndpointConnectionForPrivateLinkHub[], PageSettings>

參數

resourceGroupName

string

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

privateLinkHubName

string

privateLinkHub 的名稱

傳回