Class IotHubQuotaMetricInfoListResult

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

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

    • IotHubQuotaMetricInfoListResult

      public IotHubQuotaMetricInfoListResult()
  • Method Details

    • value

      Get the value property: The array of quota metrics objects.
      Returns:
      the value value.
    • withValue

      Set the value property: The array of quota metrics objects.
      Parameters:
      value - the value value to set.
      Returns:
      the IotHubQuotaMetricInfoListResult 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.