Class IotHubSkuDescriptionListResult

java.lang.Object
com.azure.resourcemanager.iothub.models.IotHubSkuDescriptionListResult

public final class IotHubSkuDescriptionListResult extends Object
The JSON-serialized array of IotHubSkuDescription objects with a next link.
  • Constructor Details

    • IotHubSkuDescriptionListResult

      public IotHubSkuDescriptionListResult()
  • Method Details

    • value

      Get the value property: The array of IotHubSkuDescription.
      Returns:
      the value value.
    • withValue

      Set the value property: The array of IotHubSkuDescription.
      Parameters:
      value - the value value to set.
      Returns:
      the IotHubSkuDescriptionListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The next link.
      Returns:
      the nextLink value.
    • validate

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