Interface IotHubQuotaMetricInfo


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

      • 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

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