IotHubSettings Class
- java.
lang. Object - com.
azure. resourcemanager. deviceupdate. models. IotHubSettings
- com.
public final class IotHubSettings
Device Update account integration with IoT Hub settings.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| IotHubSettings() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
resourceId()
Get the resource |
| void |
validate()
Validates the instance. |
|
Iot |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
IotHubSettings
public IotHubSettings()
Method Details
resourceId
public String resourceId()
Get the resourceId property: IoTHub resource ID.
Returns:
validate
public void validate()
Validates the instance.
withResourceId
public IotHubSettings withResourceId(String resourceId)
Set the resourceId property: IoTHub resource ID.
Parameters:
Returns: