Uses of Class
com.azure.resourcemanager.costmanagement.models.CostDetailsDataFormat
Packages that use 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
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return CostDetailsDataFormatModifier 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.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type CostDetailsDataFormatModifier 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
Fields in com.azure.resourcemanager.costmanagement.models declared as CostDetailsDataFormatModifier and TypeFieldDescriptionstatic final CostDetailsDataFormatCostDetailsDataFormat.CSVStatic value Csv for CostDetailsDataFormat.Methods in com.azure.resourcemanager.costmanagement.models that return CostDetailsDataFormatModifier and TypeMethodDescriptionCostDetailsOperationResults.dataFormat()Gets the dataFormat property: The data format of the report.static CostDetailsDataFormatCostDetailsDataFormat.fromString(String name) Creates or finds a CostDetailsDataFormat from its string representation.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type CostDetailsDataFormatModifier and TypeMethodDescriptionstatic Collection<CostDetailsDataFormat>CostDetailsDataFormat.values()Gets known CostDetailsDataFormat values.