Interface ResourceUsage


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

      • limit

        Integer limit()
        Gets the limit property: The limit (quota) for this resource.
        Returns:
        the limit value.
      • unit

        String unit()
        Gets the unit property: Unit that the limit and usages are expressed in, such as 'Count'.
        Returns:
        the unit value.
      • currentValue

        Integer currentValue()
        Gets the currentValue property: The current usage of this resource.
        Returns:
        the currentValue value.
      • name

        ResourceUsageName name()
        Gets the name property: Naming information for this resource type.
        Returns:
        the name value.
      • innerModel

        ResourceUsageInner innerModel()
        Gets the inner com.azure.resourcemanager.storagecache.fluent.models.ResourceUsageInner object.
        Returns:
        the inner object.