Class IotHubSettings

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

public final class IotHubSettings extends Object
Device Update account integration with IoT Hub settings.
  • Constructor Details

    • IotHubSettings

      public IotHubSettings()
  • Method Details

    • resourceId

      public String resourceId()
      Get the resourceId property: IoTHub resource ID.
      Returns:
      the resourceId value.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.