IotHub Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.