ArmPostgreSqlModelFactory.PostgreSqlServerPrivateEndpointConnectionProperties Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.