PrivateLinkResourceProperties Constructors

Definition

Overloads

PrivateLinkResourceProperties()

Initializes a new instance of the PrivateLinkResourceProperties class.

PrivateLinkResourceProperties(String, IList<String>, IList<String>, IList<ShareablePrivateLinkResourceType>)

Initializes a new instance of the PrivateLinkResourceProperties class.

PrivateLinkResourceProperties()

Initializes a new instance of the PrivateLinkResourceProperties class.

public PrivateLinkResourceProperties ();
Public Sub New ()

Applies to

PrivateLinkResourceProperties(String, IList<String>, IList<String>, IList<ShareablePrivateLinkResourceType>)

Initializes a new instance of the PrivateLinkResourceProperties class.

public PrivateLinkResourceProperties (string groupId = default, System.Collections.Generic.IList<string> requiredMembers = default, System.Collections.Generic.IList<string> requiredZoneNames = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Search.Models.ShareablePrivateLinkResourceType> shareablePrivateLinkResourceTypes = default);
new Microsoft.Azure.Management.Search.Models.PrivateLinkResourceProperties : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Search.Models.ShareablePrivateLinkResourceType> -> Microsoft.Azure.Management.Search.Models.PrivateLinkResourceProperties
Public Sub New (Optional groupId As String = Nothing, Optional requiredMembers As IList(Of String) = Nothing, Optional requiredZoneNames As IList(Of String) = Nothing, Optional shareablePrivateLinkResourceTypes As IList(Of ShareablePrivateLinkResourceType) = Nothing)

Parameters

groupId
String

The group ID of the private link resource.

requiredMembers
IList<String>

The list of required members of the private link resource.

requiredZoneNames
IList<String>

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

shareablePrivateLinkResourceTypes
IList<ShareablePrivateLinkResourceType>

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

Applies to