Class IotHubQuotaMetricInfoInner

java.lang.Object
com.azure.resourcemanager.iothub.fluent.models.IotHubQuotaMetricInfoInner

public final class IotHubQuotaMetricInfoInner extends Object
Quota metrics properties.
  • Constructor Details

    • IotHubQuotaMetricInfoInner

      public IotHubQuotaMetricInfoInner()
  • Method Details

    • name

      public String name()
      Get the name property: The name of the quota metric.
      Returns:
      the name value.
    • currentValue

      public Long currentValue()
      Get the currentValue property: The current value for the quota metric.
      Returns:
      the currentValue value.
    • maxValue

      public Long maxValue()
      Get the maxValue property: The maximum value of the quota metric.
      Returns:
      the maxValue value.
    • validate

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