Partilhar via


ArmPostgreSqlModelFactory.PostgreSqlServerPrivateEndpointConnection Method

Definition

Initializes a new instance of PostgreSqlServerPrivateEndpointConnection.

public static Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateEndpointConnection PostgreSqlServerPrivateEndpointConnection (Azure.Core.ResourceIdentifier id = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateEndpointConnectionProperties properties = default);
static member PostgreSqlServerPrivateEndpointConnection : Azure.Core.ResourceIdentifier * Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateEndpointConnectionProperties -> Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateEndpointConnection
Public Shared Function PostgreSqlServerPrivateEndpointConnection (Optional id As ResourceIdentifier = Nothing, Optional properties As PostgreSqlServerPrivateEndpointConnectionProperties = Nothing) As PostgreSqlServerPrivateEndpointConnection

Parameters

id
ResourceIdentifier

Resource ID of the Private Endpoint Connection.

properties
PostgreSqlServerPrivateEndpointConnectionProperties

Private endpoint connection properties.

Returns

A new PostgreSqlServerPrivateEndpointConnection instance for mocking.

Applies to