Uses of Class
com.azure.resourcemanager.costmanagement.models.ExportType
Packages that use ExportType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ExportType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ExportTypeModifier and TypeFieldDescriptionstatic final ExportTypeExportType.ACTUAL_COSTStatic value ActualCost for ExportType.static final ExportTypeExportType.AMORTIZED_COSTStatic value AmortizedCost for ExportType.static final ExportTypeExportType.USAGEStatic value Usage for ExportType.Methods in com.azure.resourcemanager.costmanagement.models that return ExportTypeModifier and TypeMethodDescriptionstatic ExportTypeExportType.fromString(String name) Creates or finds a ExportType from its string representation.ExportDefinition.type()Get the type property: The type of the export.QueryDefinition.type()Get the type property: The type of the query.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ExportTypeModifier and TypeMethodDescriptionstatic Collection<ExportType>ExportType.values()Gets known ExportType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ExportTypeModifier and TypeMethodDescriptionExportDefinition.withType(ExportType type) Set the type property: The type of the export.QueryDefinition.withType(ExportType type) Set the type property: The type of the query.