ServerPrivateEndpointConnectionProperties Construtores
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.
Sobrecargas
ServerPrivateEndpointConnectionProperties() |
Inicializa uma nova instância da classe ServerPrivateEndpointConnectionProperties. |
ServerPrivateEndpointConnectionProperties(PrivateEndpointProperty, ServerPrivateLinkServiceConnectionStateProperty, String) |
Inicializa uma nova instância da classe ServerPrivateEndpointConnectionProperties. |
ServerPrivateEndpointConnectionProperties()
Inicializa uma nova instância da classe ServerPrivateEndpointConnectionProperties.
public ServerPrivateEndpointConnectionProperties ();
Public Sub New ()
Aplica-se a
ServerPrivateEndpointConnectionProperties(PrivateEndpointProperty, ServerPrivateLinkServiceConnectionStateProperty, String)
Inicializa uma nova instância da classe ServerPrivateEndpointConnectionProperties.
public ServerPrivateEndpointConnectionProperties (Microsoft.Azure.Management.PostgreSQL.Models.PrivateEndpointProperty privateEndpoint = default, Microsoft.Azure.Management.PostgreSQL.Models.ServerPrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default, string provisioningState = default);
new Microsoft.Azure.Management.PostgreSQL.Models.ServerPrivateEndpointConnectionProperties : Microsoft.Azure.Management.PostgreSQL.Models.PrivateEndpointProperty * Microsoft.Azure.Management.PostgreSQL.Models.ServerPrivateLinkServiceConnectionStateProperty * string -> Microsoft.Azure.Management.PostgreSQL.Models.ServerPrivateEndpointConnectionProperties
Public Sub New (Optional privateEndpoint As PrivateEndpointProperty = Nothing, Optional privateLinkServiceConnectionState As ServerPrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As String = Nothing)
Parâmetros
- privateEndpoint
- PrivateEndpointProperty
Ponto de extremidade privado ao qual a conexão pertence.
- privateLinkServiceConnectionState
- ServerPrivateLinkServiceConnectionStateProperty
Estado de conexão da conexão de ponto de extremidade privado.
- provisioningState
- String
Estado da conexão de ponto de extremidade privado. Os valores possíveis incluem: 'Approving', 'Ready', 'Dropping', 'Failed', 'Rejecting'
Aplica-se a
Azure SDK for .NET