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

PrivateLinkResources interface

表示 PrivateLinkResources 的接口。

方法

listSupported(string, string, PrivateLinkResourcesListSupportedOptionalParams)

获取给定服务的所有受支持的专用链接资源类型的列表。

方法详细信息

listSupported(string, string, PrivateLinkResourcesListSupportedOptionalParams)

获取给定服务的所有受支持的专用链接资源类型的列表。

function listSupported(resourceGroupName: string, searchServiceName: string, options?: PrivateLinkResourcesListSupportedOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

参数

resourceGroupName

string

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

searchServiceName

string

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

返回