共用方式為


IotHub Constructors

Definition

Overloads

IotHub()

Initializes a new instance of the IotHub class.

IotHub(String, ResourceIdentity, String)

Initializes a new instance of the IotHub class.

IotHub()

Initializes a new instance of the IotHub class.

public IotHub ();
Public Sub New ()

Applies to

IotHub(String, ResourceIdentity, String)

Initializes a new instance of the IotHub class.

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)

Parameters

id
String

The IoT Hub resource identifier.

identity
ResourceIdentity

The IoT Hub identity.

status
String

The current status of the Iot Hub mapping.

Applies to