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

    Modifier and Type
    Method
    Description
    Gets the category property: Dimension category.
    Gets the data property: The data property.
    Gets the description property: Dimension description.
    Gets the filterEnabled property: Filter enabled.
    Gets the groupingEnabled property: Grouping enabled.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.DimensionInner object.
    Gets the name property: The name of the resource.
    Gets the nextLink property: The link (url) to the next page of results.
    Gets the tags property: Resource tags.
    Gets the total property: Total number of data for the dimension.
    Gets the type property: The type of the resource.
    Gets the usageEnd property: Usage end.
    Gets the usageStart property: Usage start.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • description

      String description()
      Gets the description property: Dimension description.
      Returns:
      the description value.
    • filterEnabled

      Boolean filterEnabled()
      Gets the filterEnabled property: Filter enabled.
      Returns:
      the filterEnabled value.
    • groupingEnabled

      Boolean groupingEnabled()
      Gets the groupingEnabled property: Grouping enabled.
      Returns:
      the groupingEnabled value.
    • data

      List<String> data()
      Gets the data property: The data property.
      Returns:
      the data value.
    • total

      Integer total()
      Gets the total property: Total number of data for the dimension.
      Returns:
      the total value.
    • category

      String category()
      Gets the category property: Dimension category.
      Returns:
      the category value.
    • usageStart

      OffsetDateTime usageStart()
      Gets the usageStart property: Usage start.
      Returns:
      the usageStart value.
    • usageEnd

      OffsetDateTime usageEnd()
      Gets the usageEnd property: Usage end.
      Returns:
      the usageEnd value.
    • nextLink

      String nextLink()
      Gets the nextLink property: The link (url) to the next page of results.
      Returns:
      the nextLink value.
    • innerModel

      DimensionInner innerModel()
      Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.DimensionInner object.
      Returns:
      the inner object.