Partager via


IotHub Constructeurs

Définition

Surcharges

IotHub()

Initialise une nouvelle instance de la classe IotHub.

IotHub(String, ResourceIdentity, String)

Initialise une nouvelle instance de la classe IotHub.

IotHub()

Initialise une nouvelle instance de la classe IotHub.

public IotHub ();
Public Sub New ()

S’applique à

IotHub(String, ResourceIdentity, String)

Initialise une nouvelle instance de la classe 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)

Paramètres

id
String

Identificateur de ressource IoT Hub.

identity
ResourceIdentity

Identité IoT Hub.

status
String

La status actuelle du mappage Iot Hub.

S’applique à