Partager via


PrivateLinkResourceProperties Constructeurs

Définition

Surcharges

PrivateLinkResourceProperties()

Initialise une nouvelle instance de la classe PrivateLinkResourceProperties.

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

Initialise une nouvelle instance de la classe PrivateLinkResourceProperties.

PrivateLinkResourceProperties()

Initialise une nouvelle instance de la classe PrivateLinkResourceProperties.

public PrivateLinkResourceProperties ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe PrivateLinkResourceProperties.

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)

Paramètres

groupId
String

ID de groupe de la ressource de liaison privée.

requiredMembers
IList<String>

Liste des membres requis de la ressource de liaison privée.

requiredZoneNames
IList<String>

Liste des noms de zone DNS requis de la ressource de liaison privée.

shareablePrivateLinkResourceTypes
IList<ShareablePrivateLinkResourceType>

Liste des ressources intégrées au service de liaison privée, prises en charge par Recherche cognitive Azure.

S’applique à