IotHubSettings 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
IotHubSettings() |
Initializes a new instance of the IotHubSettings class. |
IotHubSettings(String, String, String) |
Initializes a new instance of the IotHubSettings class. |
IotHubSettings()
Initializes a new instance of the IotHubSettings class.
public IotHubSettings ();
Public Sub New ()
Applies to
IotHubSettings(String, String, String)
Initializes a new instance of the IotHubSettings class.
public IotHubSettings (string resourceId, string ioTHubConnectionString = default, string eventHubConnectionString = default);
new Microsoft.Azure.Management.DeviceUpdate.Models.IotHubSettings : string * string * string -> Microsoft.Azure.Management.DeviceUpdate.Models.IotHubSettings
Public Sub New (resourceId As String, Optional ioTHubConnectionString As String = Nothing, Optional eventHubConnectionString As String = Nothing)
Parameters
- resourceId
- String
IoTHub resource ID
- ioTHubConnectionString
- String
IoTHub connection string.
- eventHubConnectionString
- String
EventHub connection string.