IotHubSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.deviceupdate.models.IotHubSettings

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 resourceId property: IoTHub resource ID.

void validate()

Validates the instance.

IotHubSettings withResourceId(String resourceId)

Set the resourceId property: IoTHub resource ID.

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:

the resourceId value.

validate

public void validate()

Validates the instance.

withResourceId

public IotHubSettings withResourceId(String resourceId)

Set the resourceId property: IoTHub resource ID.

Parameters:

resourceId - the resourceId value to set.

Returns:

the IotHubSettings object itself.

Applies to