你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerPrivateEndpointConnectionProperties 构造函数

定义

重载

ServerPrivateEndpointConnectionProperties()

初始化 ServerPrivateEndpointConnectionProperties 类的新实例。

ServerPrivateEndpointConnectionProperties(PrivateEndpointProperty, ServerPrivateLinkServiceConnectionStateProperty, String)

初始化 ServerPrivateEndpointConnectionProperties 类的新实例。

ServerPrivateEndpointConnectionProperties()

初始化 ServerPrivateEndpointConnectionProperties 类的新实例。

public ServerPrivateEndpointConnectionProperties ();
Public Sub New ()

适用于

ServerPrivateEndpointConnectionProperties(PrivateEndpointProperty, ServerPrivateLinkServiceConnectionStateProperty, String)

初始化 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)

参数

privateEndpoint
PrivateEndpointProperty

连接所属的专用终结点。

privateLinkServiceConnectionState
ServerPrivateLinkServiceConnectionStateProperty

专用终结点连接的连接状态。

provisioningState
String

专用终结点连接的状态。 可能的值包括:“Approving”、“Ready”、“Dropping”、“Failed”、“Rejecting”

适用于