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

IotHub 构造函数

定义

重载

IotHub()

初始化 IotHub 类的新实例。

IotHub(String, ResourceIdentity, String)

初始化 IotHub 类的新实例。

IotHub()

初始化 IotHub 类的新实例。

public IotHub ();
Public Sub New ()

适用于

IotHub(String, ResourceIdentity, String)

初始化 IotHub 类的新实例。

public IotHub (string id, Microsoft.Azure.Management.VideoAnalyzer.Models.ResourceIdentity identity, string status = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.IotHub : string * Microsoft.Azure.Management.VideoAnalyzer.Models.ResourceIdentity * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.IotHub
Public Sub New (id As String, identity As ResourceIdentity, Optional status As String = Nothing)

参数

id
String

IoT 中心资源标识符。

identity
ResourceIdentity

IoT 中心标识。

status
String

IoT 中心映射的当前状态。

适用于