Partager via


ServerPrivateEndpointConnection Constructeurs

Définition

Surcharges

ServerPrivateEndpointConnection()

Initialise une nouvelle instance de la classe ServerPrivateEndpointConnection.

ServerPrivateEndpointConnection(String, ServerPrivateEndpointConnectionProperties)

Initialise une nouvelle instance de la classe ServerPrivateEndpointConnection.

ServerPrivateEndpointConnection()

Initialise une nouvelle instance de la classe ServerPrivateEndpointConnection.

public ServerPrivateEndpointConnection ();
Public Sub New ()

S’applique à

ServerPrivateEndpointConnection(String, ServerPrivateEndpointConnectionProperties)

Initialise une nouvelle instance de la classe ServerPrivateEndpointConnection.

public ServerPrivateEndpointConnection (string id = default, Microsoft.Azure.Management.MySQL.Models.ServerPrivateEndpointConnectionProperties properties = default);
new Microsoft.Azure.Management.MySQL.Models.ServerPrivateEndpointConnection : string * Microsoft.Azure.Management.MySQL.Models.ServerPrivateEndpointConnectionProperties -> Microsoft.Azure.Management.MySQL.Models.ServerPrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional properties As ServerPrivateEndpointConnectionProperties = Nothing)

Paramètres

id
String

ID de ressource de la connexion de point de terminaison privé.

properties
ServerPrivateEndpointConnectionProperties

Propriétés de connexion de point de terminaison privé

S’applique à