Share via


ArmSearchModelFactory.SearchPrivateLinkResourceProperties Method

Definition

Initializes a new instance of 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

Parameters

groupId
String

The group ID of the private link resource.

requiredMembers
IEnumerable<String>

The list of required members of the private link resource.

requiredZoneNames
IEnumerable<String>

The list of required DNS zone names of the private link resource.

shareablePrivateLinkResourceTypes
IEnumerable<ShareableSearchServicePrivateLinkResourceType>

The list of resources that are onboarded to private link service, that are supported by Azure AI Search.

Returns

A new SearchPrivateLinkResourceProperties instance for mocking.

Applies to