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

DeviceUpdatePrivateEndpointConnectionData 构造函数

定义

初始化 DeviceUpdatePrivateEndpointConnectionData 的新实例。

public DeviceUpdatePrivateEndpointConnectionData (Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdatePrivateLinkServiceConnectionState connectionState);
new Azure.ResourceManager.DeviceUpdate.DeviceUpdatePrivateEndpointConnectionData : Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdatePrivateLinkServiceConnectionState -> Azure.ResourceManager.DeviceUpdate.DeviceUpdatePrivateEndpointConnectionData
Public Sub New (connectionState As DeviceUpdatePrivateLinkServiceConnectionState)

参数

connectionState
DeviceUpdatePrivateLinkServiceConnectionState

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

例外

connectionState 为 null。

适用于