ArmPostgreSqlModelFactory.PostgreSqlServerPrivateLinkServiceConnectionStateProperty 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 de PostgreSqlServerPrivateLinkServiceConnectionStateProperty.
public static Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateLinkServiceConnectionStateProperty PostgreSqlServerPrivateLinkServiceConnectionStateProperty (Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateLinkServiceConnectionStateStatus status = default, string description = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateLinkServiceConnectionStateRequiredAction? actionsRequired = default);
static member PostgreSqlServerPrivateLinkServiceConnectionStateProperty : Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateLinkServiceConnectionStateStatus * string * Nullable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateLinkServiceConnectionStateRequiredAction> -> Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateLinkServiceConnectionStateProperty
Public Shared Function PostgreSqlServerPrivateLinkServiceConnectionStateProperty (Optional status As PostgreSqlPrivateLinkServiceConnectionStateStatus = Nothing, Optional description As String = Nothing, Optional actionsRequired As Nullable(Of PostgreSqlPrivateLinkServiceConnectionStateRequiredAction) = Nothing) As PostgreSqlServerPrivateLinkServiceConnectionStateProperty
Parâmetros
A conexão do serviço de link privado status.
- description
- String
A descrição da conexão do serviço de link privado.
- actionsRequired
- Nullable<PostgreSqlPrivateLinkServiceConnectionStateRequiredAction>
As ações necessárias para a conexão do serviço de link privado.
Retornos
Uma nova PostgreSqlServerPrivateLinkServiceConnectionStateProperty instância para simulação.