Uses of Class
com.azure.resourcemanager.costmanagement.models.CostDetailsDataFormat
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of CostDetailsDataFormat in com.azure.resourcemanager.costmanagement.fluent.models
Modifier and TypeMethodDescriptionCostDetailsOperationResultsInner.dataFormat()
Get the dataFormat property: The data format of the report.ReportManifest.dataFormat()
Get the dataFormat property: The data format of the report.Modifier and TypeMethodDescriptionCostDetailsOperationResultsInner.withDataFormat
(CostDetailsDataFormat dataFormat) Set the dataFormat property: The data format of the report.ReportManifest.withDataFormat
(CostDetailsDataFormat dataFormat) Set the dataFormat property: The data format of the report. -
Uses of CostDetailsDataFormat in com.azure.resourcemanager.costmanagement.models
Modifier and TypeFieldDescriptionstatic final CostDetailsDataFormat
CostDetailsDataFormat.CSV
Static value Csv for CostDetailsDataFormat.Modifier and TypeMethodDescriptionCostDetailsOperationResults.dataFormat()
Gets the dataFormat property: The data format of the report.static CostDetailsDataFormat
CostDetailsDataFormat.fromString
(String name) Creates or finds a CostDetailsDataFormat from its string representation.Modifier and TypeMethodDescriptionstatic Collection<CostDetailsDataFormat>
CostDetailsDataFormat.values()
Gets known CostDetailsDataFormat values.