Partager via


PrivateEndpointConnection Constructeurs

Définition

Surcharges

PrivateEndpointConnection()

Initialise une nouvelle instance de la classe PrivateEndpointConnection.

PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)

Initialise une nouvelle instance de la classe PrivateEndpointConnection.

PrivateEndpointConnection()

Initialise une nouvelle instance de la classe PrivateEndpointConnection.

public PrivateEndpointConnection ();
Public Sub New ()

S’applique à

PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)

Initialise une nouvelle instance de la classe PrivateEndpointConnection.

public PrivateEndpointConnection (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Automation.Models.PrivateEndpointProperty privateEndpoint = default, Microsoft.Azure.Management.Automation.Models.PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection : string * string * string * Microsoft.Azure.Management.Automation.Models.PrivateEndpointProperty * Microsoft.Azure.Management.Automation.Models.PrivateLinkServiceConnectionStateProperty -> Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional privateEndpoint As PrivateEndpointProperty = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionStateProperty = Nothing)

Paramètres

id
String

ID de ressource complet pour la ressource

name
String

nom de la ressource.

type
String

Type de la ressource.

privateEndpoint
PrivateEndpointProperty

Point de terminaison privé auquel la connexion appartient.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionStateProperty

État de la connexion de la connexion de point de terminaison privé.

S’applique à