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

SharedPrivateLinkResources interface

表示 SharedPrivateLinkResources 的接口。

方法

beginCreateOrUpdate(string, string, string, SharedPrivateLinkResource, SharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

启动创建或更新由给定资源组中的搜索服务管理的共享专用链接资源。

beginCreateOrUpdateAndWait(string, string, string, SharedPrivateLinkResource, SharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

启动创建或更新由给定资源组中的搜索服务管理的共享专用链接资源。

beginDelete(string, string, string, SharedPrivateLinkResourcesDeleteOptionalParams)

启动从搜索服务中删除共享专用链接资源。

beginDeleteAndWait(string, string, string, SharedPrivateLinkResourcesDeleteOptionalParams)

启动从搜索服务中删除共享专用链接资源。

get(string, string, string, SharedPrivateLinkResourcesGetOptionalParams)

获取给定资源组中由搜索服务管理的共享专用链接资源的详细信息。

listByService(string, string, SharedPrivateLinkResourcesListByServiceOptionalParams)

获取由给定服务管理的所有共享专用链接资源的列表。

方法详细信息

beginCreateOrUpdate(string, string, string, SharedPrivateLinkResource, SharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

启动创建或更新由给定资源组中的搜索服务管理的共享专用链接资源。

function beginCreateOrUpdate(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, sharedPrivateLinkResource: SharedPrivateLinkResource, options?: SharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>

参数

resourceGroupName

string

当前订阅中资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

searchServiceName

string

与指定资源组关联的Azure 认知搜索服务的名称。

sharedPrivateLinkResourceName

string

指定资源组中由Azure 认知搜索服务管理的共享专用链接资源的名称。

sharedPrivateLinkResource
SharedPrivateLinkResource

要创建或更新的共享专用链接资源的定义。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>

beginCreateOrUpdateAndWait(string, string, string, SharedPrivateLinkResource, SharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

启动创建或更新由给定资源组中的搜索服务管理的共享专用链接资源。

function beginCreateOrUpdateAndWait(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, sharedPrivateLinkResource: SharedPrivateLinkResource, options?: SharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SharedPrivateLinkResource>

参数

resourceGroupName

string

当前订阅中资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

searchServiceName

string

与指定资源组关联的Azure 认知搜索服务的名称。

sharedPrivateLinkResourceName

string

指定资源组中由Azure 认知搜索服务管理的共享专用链接资源的名称。

sharedPrivateLinkResource
SharedPrivateLinkResource

要创建或更新的共享专用链接资源的定义。

返回

beginDelete(string, string, string, SharedPrivateLinkResourcesDeleteOptionalParams)

启动从搜索服务中删除共享专用链接资源。

function beginDelete(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: SharedPrivateLinkResourcesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

参数

resourceGroupName

string

当前订阅中资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

searchServiceName

string

与指定资源组关联的Azure 认知搜索服务的名称。

sharedPrivateLinkResourceName

string

指定资源组中由Azure 认知搜索服务管理的共享专用链接资源的名称。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, SharedPrivateLinkResourcesDeleteOptionalParams)

启动从搜索服务中删除共享专用链接资源。

function beginDeleteAndWait(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: SharedPrivateLinkResourcesDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

当前订阅中资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

searchServiceName

string

与指定资源组关联的Azure 认知搜索服务的名称。

sharedPrivateLinkResourceName

string

指定资源组中由Azure 认知搜索服务管理的共享专用链接资源的名称。

返回

Promise<void>

get(string, string, string, SharedPrivateLinkResourcesGetOptionalParams)

获取给定资源组中由搜索服务管理的共享专用链接资源的详细信息。

function get(resourceGroupName: string, searchServiceName: string, sharedPrivateLinkResourceName: string, options?: SharedPrivateLinkResourcesGetOptionalParams): Promise<SharedPrivateLinkResource>

参数

resourceGroupName

string

当前订阅中资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

searchServiceName

string

与指定资源组关联的Azure 认知搜索服务的名称。

sharedPrivateLinkResourceName

string

指定资源组中由Azure 认知搜索服务管理的共享专用链接资源的名称。

返回

listByService(string, string, SharedPrivateLinkResourcesListByServiceOptionalParams)

获取由给定服务管理的所有共享专用链接资源的列表。

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

参数

resourceGroupName

string

当前订阅中资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

searchServiceName

string

与指定资源组关联的Azure 认知搜索服务的名称。

返回