Interface IotHubQuotaMetricInfo


public interface IotHubQuotaMetricInfo
An immutable client-side representation of IotHubQuotaMetricInfo.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the currentValue property: The current value for the quota metric.
    Gets the inner com.azure.resourcemanager.iothub.fluent.models.IotHubQuotaMetricInfoInner object.
    Gets the maxValue property: The maximum value of the quota metric.
    Gets the name property: The name of the quota metric.
  • Method Details

    • name

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

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

      Long maxValue()
      Gets the maxValue property: The maximum value of the quota metric.
      Returns:
      the maxValue value.
    • innerModel

      Gets the inner com.azure.resourcemanager.iothub.fluent.models.IotHubQuotaMetricInfoInner object.
      Returns:
      the inner object.