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

RemotePrivateEndpointConnection 构造函数

定义

重载

RemotePrivateEndpointConnection()

初始化 RemotePrivateEndpointConnection 类的新实例。

RemotePrivateEndpointConnection(String, ArmIdWrapper, PrivateLinkConnectionState)

初始化 RemotePrivateEndpointConnection 类的新实例。

RemotePrivateEndpointConnection()

初始化 RemotePrivateEndpointConnection 类的新实例。

public RemotePrivateEndpointConnection ();
Public Sub New ()

适用于

RemotePrivateEndpointConnection(String, ArmIdWrapper, PrivateLinkConnectionState)

初始化 RemotePrivateEndpointConnection 类的新实例。

public RemotePrivateEndpointConnection (string provisioningState = default, Microsoft.Azure.Management.DataFactory.Models.ArmIdWrapper privateEndpoint = default, Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.DataFactory.Models.RemotePrivateEndpointConnection : string * Microsoft.Azure.Management.DataFactory.Models.ArmIdWrapper * Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionState -> Microsoft.Azure.Management.DataFactory.Models.RemotePrivateEndpointConnection
Public Sub New (Optional provisioningState As String = Nothing, Optional privateEndpoint As ArmIdWrapper = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkConnectionState = Nothing)

参数

provisioningState
String
privateEndpoint
ArmIdWrapper

远程专用终结点连接的 PrivateEndpoint

privateLinkServiceConnectionState
PrivateLinkConnectionState

适用于