你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

要更新的专用终结点连接的定义。

返回