Partager via


PrivateLinkResource Constructeurs

Définition

Surcharges

PrivateLinkResource()

Initialise une nouvelle instance de la classe PrivateLinkResource.

PrivateLinkResource(String, String, String, SystemData, String, IList<String>, IList<String>)

Initialise une nouvelle instance de la classe PrivateLinkResource.

PrivateLinkResource()

Initialise une nouvelle instance de la classe PrivateLinkResource.

public PrivateLinkResource ();
Public Sub New ()

S’applique à

PrivateLinkResource(String, String, String, SystemData, String, IList<String>, IList<String>)

Initialise une nouvelle instance de la classe PrivateLinkResource.

public PrivateLinkResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.VideoAnalyzer.Models.SystemData systemData = default, string groupId = default, System.Collections.Generic.IList<string> requiredMembers = default, System.Collections.Generic.IList<string> requiredZoneNames = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateLinkResource : string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.SystemData * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateLinkResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional groupId As String = Nothing, Optional requiredMembers As IList(Of String) = Nothing, Optional requiredZoneNames As IList(Of String) = Nothing)

Paramètres

id
String

ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

nom de la ressource.

type
String

Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »

systemData
SystemData

Métadonnées Azure Resource Manager contenant les informations createdBy et modifiedBy.

groupId
String

ID du groupe de ressources private link.

requiredMembers
IList<String>

La ressource de liaison privée nécessite des noms de membres.

requiredZoneNames
IList<String>

La ressource de liaison privée Nom de la zone DNS de liaison privée.

S’applique à