Interface Usage


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

      • currentValue

        Long currentValue()
        Gets the currentValue property: The current usage.
        Returns:
        the currentValue value.
      • limit

        Long limit()
        Gets the limit property: The limit integer.
        Returns:
        the limit value.
      • unit

        UsageUnit unit()
        Gets the unit property: The unit details.
        Returns:
        the unit value.
      • name

        UsageName name()
        Gets the name property: The name.
        Returns:
        the name value.
      • id

        String id()
        Gets the id property: The fully qualified arm resource id.
        Returns:
        the id value.
      • innerModel

        UsageInner innerModel()
        Gets the inner com.azure.resourcemanager.labservices.fluent.models.UsageInner object.
        Returns:
        the inner object.