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

PrivateEndpointConnectionRequestProperties 构造函数

定义

重载

PrivateEndpointConnectionRequestProperties()

初始化 PrivateEndpointConnectionRequestProperties 类的新实例。

PrivateEndpointConnectionRequestProperties(PrivateLinkServiceConnectionState)

初始化 PrivateEndpointConnectionRequestProperties 类的新实例。

PrivateEndpointConnectionRequestProperties()

初始化 PrivateEndpointConnectionRequestProperties 类的新实例。

public PrivateEndpointConnectionRequestProperties ();
Public Sub New ()

适用于

PrivateEndpointConnectionRequestProperties(PrivateLinkServiceConnectionState)

初始化 PrivateEndpointConnectionRequestProperties 类的新实例。

public PrivateEndpointConnectionRequestProperties (Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequestProperties : Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequestProperties
Public Sub New (Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing)

参数

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

有关服务使用者与提供程序之间的连接状态的信息集合。

适用于