Compartilhar via


ArmPostgreSqlModelFactory.PostgreSqlServerPrivateEndpointConnectionProperties Método

Definição

Inicializa uma nova instância do PostgreSqlServerPrivateEndpointConnectionProperties.

public static Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateEndpointConnectionProperties PostgreSqlServerPrivateEndpointConnectionProperties (Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateEndpointProvisioningState? provisioningState = default);
static member PostgreSqlServerPrivateEndpointConnectionProperties : Azure.Core.ResourceIdentifier * Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateLinkServiceConnectionStateProperty * Nullable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateEndpointProvisioningState> -> Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateEndpointConnectionProperties
Public Shared Function PostgreSqlServerPrivateEndpointConnectionProperties (Optional privateEndpointId As ResourceIdentifier = Nothing, Optional privateLinkServiceConnectionState As PostgreSqlServerPrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As Nullable(Of PostgreSqlPrivateEndpointProvisioningState) = Nothing) As PostgreSqlServerPrivateEndpointConnectionProperties

Parâmetros

privateEndpointId
ResourceIdentifier

Ponto de extremidade privado ao qual a conexão pertence.

privateLinkServiceConnectionState
PostgreSqlServerPrivateLinkServiceConnectionStateProperty

Estado de conexão da conexão de ponto de extremidade privado.

provisioningState
Nullable<PostgreSqlPrivateEndpointProvisioningState>

Estado da conexão de ponto de extremidade privado.

Retornos

Uma nova PostgreSqlServerPrivateEndpointConnectionProperties instância para simulação.

Aplica-se a