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

PrivateLinkResourceProperties interface

描述Azure 认知搜索服务支持的专用链接资源的属性。 对于给定的 API 版本,它表示创建共享专用链接资源时的“supported”groupIds。

属性

groupId

专用链接资源的组 ID。 注意:此属性不会序列化。 它只能由服务器填充。

requiredMembers

专用链接资源的必需成员列表。 注意:此属性不会序列化。 它只能由服务器填充。

requiredZoneNames

专用链接资源的所需 DNS 区域名称的列表。 注意:此属性不会序列化。 它只能由服务器填充。

shareablePrivateLinkResourceTypes

加入专用链接服务的资源列表,Azure 认知搜索支持这些资源。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

groupId

专用链接资源的组 ID。 注意:此属性不会序列化。 它只能由服务器填充。

groupId?: string

属性值

string

requiredMembers

专用链接资源的必需成员列表。 注意:此属性不会序列化。 它只能由服务器填充。

requiredMembers?: string[]

属性值

string[]

requiredZoneNames

专用链接资源的所需 DNS 区域名称的列表。 注意:此属性不会序列化。 它只能由服务器填充。

requiredZoneNames?: string[]

属性值

string[]

shareablePrivateLinkResourceTypes

加入专用链接服务的资源列表,Azure 认知搜索支持这些资源。 注意:此属性不会序列化。 它只能由服务器填充。

shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[]

属性值