Interface ResourceUsage


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

    Modifier and Type
    Method
    Description
    Gets the currentValue property: The current usage of this resource.
    Gets the inner com.azure.resourcemanager.storagecache.fluent.models.ResourceUsageInner object.
    Gets the limit property: The limit (quota) for this resource.
    Gets the name property: Naming information for this resource type.
    Gets the unit property: Unit that the limit and usages are expressed in, such as 'Count'.
  • Method Details

    • 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

      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.