Class IotHubCapacity


  • public final class IotHubCapacity
    extends Object
    IoT Hub capacity information.
    • Constructor Detail

      • IotHubCapacity

        public IotHubCapacity()
    • Method Detail

      • minimum

        public Long minimum()
        Get the minimum property: The minimum number of units.
        Returns:
        the minimum value.
      • maximum

        public Long maximum()
        Get the maximum property: The maximum number of units.
        Returns:
        the maximum value.
      • defaultProperty

        public Long defaultProperty()
        Get the defaultProperty property: The default number of units.
        Returns:
        the defaultProperty value.
      • scaleType

        public IotHubScaleType scaleType()
        Get the scaleType property: The type of the scaling enabled.
        Returns:
        the scaleType value.
      • validate

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