Class DimensionInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.costmanagement.models.CostManagementResource
com.azure.resourcemanager.costmanagement.fluent.models.DimensionInner
List of Dimension.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategory()Get the category property: Dimension category.data()Get the data property: Dimension data.Get the description property: Dimension description.Get the filterEnabled property: Filter enabled.Get the groupingEnabled property: Grouping enabled.nextLink()Get the nextLink property: The link (url) to the next page of results.total()Get the total property: Total number of data for the dimension.usageEnd()Get the usageEnd property: Usage end.Get the usageStart property: Usage start.voidvalidate()Validates the instance.Set the data property: Dimension data.withLocation(String location) Methods inherited from class com.azure.resourcemanager.costmanagement.models.CostManagementResource
etag, skuMethods inherited from class com.azure.core.management.Resource
location, tagsMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
DimensionInner
public DimensionInner()Creates an instance of DimensionInner class.
-
-
Method Details
-
withLocation
- Overrides:
withLocationin classCostManagementResource
-
withTags
- Overrides:
withTagsin classCostManagementResource
-
description
Get the description property: Dimension description.- Returns:
- the description value.
-
filterEnabled
Get the filterEnabled property: Filter enabled.- Returns:
- the filterEnabled value.
-
groupingEnabled
Get the groupingEnabled property: Grouping enabled.- Returns:
- the groupingEnabled value.
-
data
Get the data property: Dimension data.- Returns:
- the data value.
-
withData
Set the data property: Dimension data.- Parameters:
data- the data value to set.- Returns:
- the DimensionInner object itself.
-
total
Get the total property: Total number of data for the dimension.- Returns:
- the total value.
-
category
Get the category property: Dimension category.- Returns:
- the category value.
-
usageStart
Get the usageStart property: Usage start.- Returns:
- the usageStart value.
-
usageEnd
Get the usageEnd property: Usage end.- Returns:
- the usageEnd value.
-
nextLink
Get the nextLink property: The link (url) to the next page of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classCostManagementResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-