Uses of Class
com.azure.resourcemanager.costmanagement.models.FormatType
Packages that use FormatType
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of FormatType in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return FormatTypeModifier and TypeMethodDescriptionCommonExportPropertiesInner.format()Get the format property: The format of the export being delivered.ExportInner.format()Get the format property: The format of the export being delivered.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type FormatTypeModifier and TypeMethodDescriptionCommonExportPropertiesInner.withFormat(FormatType format) Set the format property: The format of the export being delivered.ExportInner.withFormat(FormatType format) Set the format property: The format of the export being delivered.ExportProperties.withFormat(FormatType format) Set the format property: The format of the export being delivered. -
Uses of FormatType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as FormatTypeModifier and TypeFieldDescriptionstatic final FormatTypeFormatType.CSVStatic value Csv for FormatType.Methods in com.azure.resourcemanager.costmanagement.models that return FormatTypeModifier and TypeMethodDescriptionCommonExportProperties.format()Gets the format property: The format of the export being delivered.Export.format()Gets the format property: The format of the export being delivered.static FormatTypeFormatType.fromString(String name) Creates or finds a FormatType from its string representation.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type FormatTypeModifier and TypeMethodDescriptionstatic Collection<FormatType>FormatType.values()Gets known FormatType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type FormatTypeModifier and TypeMethodDescriptionExport.DefinitionStages.WithFormat.withFormat(FormatType format) Specifies the format property: The format of the export being delivered.Export.UpdateStages.WithFormat.withFormat(FormatType format) Specifies the format property: The format of the export being delivered.