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

PrivateEndpointConnectionProperties 构造函数

定义

重载

PrivateEndpointConnectionProperties()

初始化 PrivateEndpointConnectionProperties 类的新实例。

PrivateEndpointConnectionProperties(PrivateEndpointConnectionPropertiesPrivateEndpoint, PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState)

初始化 PrivateEndpointConnectionProperties 类的新实例。

PrivateEndpointConnectionProperties()

初始化 PrivateEndpointConnectionProperties 类的新实例。

public PrivateEndpointConnectionProperties ();
Public Sub New ()

适用于

PrivateEndpointConnectionProperties(PrivateEndpointConnectionPropertiesPrivateEndpoint, PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState)

初始化 PrivateEndpointConnectionProperties 类的新实例。

public PrivateEndpointConnectionProperties (Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionProperties : Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateEndpoint * Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState -> Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionProperties
Public Sub New (Optional privateEndpoint As PrivateEndpointConnectionPropertiesPrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState = Nothing)

参数

privateEndpoint
PrivateEndpointConnectionPropertiesPrivateEndpoint

Microsoft.Network 提供程序中的专用终结点资源。

privateLinkServiceConnectionState
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState

介绍与 Azure 专用终结点的现有专用链接服务连接当前状态。

适用于