Interface Dimension
public interface Dimension
An immutable client-side representation of Dimension.
-
Method Summary
Modifier and TypeMethodDescriptioncategory()
Gets the category property: Dimension category.data()
Gets the data property: Dimension data.Gets the description property: Dimension description.etag()
Gets the etag property: ETag of the resource.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.location()
Gets the location property: The geo-location where the resource lives.name()
Gets the name property: The name of the resource.nextLink()
Gets the nextLink property: The link (url) to the next page of results.sku()
Gets the sku property: SKU of the resource.tags()
Gets the tags property: Resource tags.total()
Gets the total property: Total number of data for the dimension.type()
Gets the type property: The type of the resource.usageEnd()
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.
-
location
String location()Gets the location property: The geo-location where the resource lives.- Returns:
- the location value.
-
tags
Gets the tags property: Resource tags.- Returns:
- the tags value.
-
sku
String sku()Gets the sku property: SKU of the resource.- Returns:
- the sku value.
-
etag
String etag()Gets the etag property: ETag of the resource.- Returns:
- the etag 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
Gets the data property: Dimension data.- 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.
-