Partager via


PrivateEndpointConnectionInner Constructeurs

Définition

Surcharges

PrivateEndpointConnectionInner()

Initialise une nouvelle instance de la classe PrivateEndpointConnectionInner.

PrivateEndpointConnectionInner(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)

Initialise une nouvelle instance de la classe PrivateEndpointConnectionInner.

PrivateEndpointConnectionInner()

Initialise une nouvelle instance de la classe PrivateEndpointConnectionInner.

public PrivateEndpointConnectionInner ();
Public Sub New ()

S’applique à

PrivateEndpointConnectionInner(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)

Initialise une nouvelle instance de la classe PrivateEndpointConnectionInner.

public PrivateEndpointConnectionInner (string id = default, string name = default, string type = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateEndpointProperty privateEndpoint = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateEndpointConnectionInner : string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateEndpointProperty * Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateLinkServiceConnectionStateProperty -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrivateEndpointConnectionInner
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
name
String
type
String
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 à