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

ServerPrivateEndpointConnection 构造函数

定义

重载

ServerPrivateEndpointConnection()

初始化 ServerPrivateEndpointConnection 类的新实例。

ServerPrivateEndpointConnection(String, PrivateEndpointConnectionProperties)

初始化 ServerPrivateEndpointConnection 类的新实例。

ServerPrivateEndpointConnection()

初始化 ServerPrivateEndpointConnection 类的新实例。

public ServerPrivateEndpointConnection ();
Public Sub New ()

适用于

ServerPrivateEndpointConnection(String, PrivateEndpointConnectionProperties)

初始化 ServerPrivateEndpointConnection 类的新实例。

public ServerPrivateEndpointConnection (string id = default, Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnectionProperties properties = default);
new Microsoft.Azure.Management.Sql.Models.ServerPrivateEndpointConnection : string * Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnectionProperties -> Microsoft.Azure.Management.Sql.Models.ServerPrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional properties As PrivateEndpointConnectionProperties = Nothing)

参数

id
String

资源 ID。

properties
PrivateEndpointConnectionProperties

专用终结点连接属性

适用于