Condividi tramite


ServerPrivateEndpointConnection Constructors

Definition

Overloads

ServerPrivateEndpointConnection()

Initializes a new instance of the ServerPrivateEndpointConnection class.

ServerPrivateEndpointConnection(String, ServerPrivateEndpointConnectionProperties)

Initializes a new instance of the ServerPrivateEndpointConnection class.

ServerPrivateEndpointConnection()

Initializes a new instance of the ServerPrivateEndpointConnection class.

public ServerPrivateEndpointConnection ();
Public Sub New ()

Applies to

ServerPrivateEndpointConnection(String, ServerPrivateEndpointConnectionProperties)

Initializes a new instance of the ServerPrivateEndpointConnection class.

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

Parameters

id
String

Resource ID of the Private Endpoint Connection.

properties
ServerPrivateEndpointConnectionProperties

Private endpoint connection properties

Applies to