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

ArmSearchModelFactory.SearchPrivateLinkResourceProperties 方法

定义

初始化 SearchPrivateLinkResourceProperties 的新实例。

public static Azure.ResourceManager.Search.Models.SearchPrivateLinkResourceProperties SearchPrivateLinkResourceProperties (string groupId = default, System.Collections.Generic.IEnumerable<string> requiredMembers = default, System.Collections.Generic.IEnumerable<string> requiredZoneNames = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Search.Models.ShareableSearchServicePrivateLinkResourceType> shareablePrivateLinkResourceTypes = default);
static member SearchPrivateLinkResourceProperties : string * seq<string> * seq<string> * seq<Azure.ResourceManager.Search.Models.ShareableSearchServicePrivateLinkResourceType> -> Azure.ResourceManager.Search.Models.SearchPrivateLinkResourceProperties
Public Shared Function SearchPrivateLinkResourceProperties (Optional groupId As String = Nothing, Optional requiredMembers As IEnumerable(Of String) = Nothing, Optional requiredZoneNames As IEnumerable(Of String) = Nothing, Optional shareablePrivateLinkResourceTypes As IEnumerable(Of ShareableSearchServicePrivateLinkResourceType) = Nothing) As SearchPrivateLinkResourceProperties

参数

groupId
String

专用链接资源的组 ID。

requiredMembers
IEnumerable<String>

专用链接资源的必需成员列表。

requiredZoneNames
IEnumerable<String>

专用链接资源的所需 DNS 区域名称的列表。

shareablePrivateLinkResourceTypes
IEnumerable<ShareableSearchServicePrivateLinkResourceType>

加入专用链接服务的资源列表,Azure 认知搜索支持这些资源。

返回

用于模拟的新 SearchPrivateLinkResourceProperties 实例。

适用于