Share via


PrivateEndpointConnections interface

表示 PrivateEndpointConnections 的介面。

方法

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

中斷私人端點連線,並從搜尋服務中刪除它。

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

取得指定資源群組中搜尋服務的私人端點連線詳細資料。

listByService(string, string, PrivateEndpointConnectionsListByServiceOptionalParams)

取得指定服務中所有私人端點連線的清單。

update(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

更新指定資源群組中搜尋服務的私人端點連線。

方法詳細資料

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

中斷私人端點連線,並從搜尋服務中刪除它。

function delete(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnection>

參數

resourceGroupName

string

目前訂用帳戶內的資源組名。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。

searchServiceName

string

與指定資源群組相關聯的Azure 認知搜尋服務名稱。

privateEndpointConnectionName

string

與具有指定資源群組之Azure 認知搜尋服務的私人端點連線名稱。

傳回

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

取得指定資源群組中搜尋服務的私人端點連線詳細資料。

function get(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

參數

resourceGroupName

string

目前訂用帳戶內的資源組名。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。

searchServiceName

string

與指定資源群組相關聯的Azure 認知搜尋服務名稱。

privateEndpointConnectionName

string

與具有指定資源群組之Azure 認知搜尋服務的私人端點連線名稱。

傳回

listByService(string, string, PrivateEndpointConnectionsListByServiceOptionalParams)

取得指定服務中所有私人端點連線的清單。

function listByService(resourceGroupName: string, searchServiceName: string, options?: PrivateEndpointConnectionsListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

參數

resourceGroupName

string

目前訂用帳戶內的資源組名。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。

searchServiceName

string

與指定資源群組相關聯的Azure 認知搜尋服務名稱。

傳回

update(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

更新指定資源群組中搜尋服務的私人端點連線。

function update(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnection>

參數

resourceGroupName

string

目前訂用帳戶內的資源組名。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。

searchServiceName

string

與指定資源群組相關聯的Azure 認知搜尋服務名稱。

privateEndpointConnectionName

string

與具有指定資源群組之Azure 認知搜尋服務的私人端點連線名稱。

privateEndpointConnection
PrivateEndpointConnection

要更新的私人端點連線定義。

傳回