Class IotHubQuotaMetricInfoInner


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

      • IotHubQuotaMetricInfoInner

        public IotHubQuotaMetricInfoInner()
    • Method Detail

      • 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.