Uses of Class
com.azure.resourcemanager.costmanagement.models.ExportDefinition
Packages that use ExportDefinition
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ExportDefinition in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return ExportDefinitionModifier and TypeMethodDescriptionCommonExportPropertiesInner.definition()Get the definition property: Has the definition for the export.ExportInner.definition()Get the definition property: Has the definition for the export.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type ExportDefinitionModifier and TypeMethodDescriptionCommonExportPropertiesInner.withDefinition(ExportDefinition definition) Set the definition property: Has the definition for the export.ExportInner.withDefinition(ExportDefinition definition) Set the definition property: Has the definition for the export.ExportProperties.withDefinition(ExportDefinition definition) Set the definition property: Has the definition for the export. -
Uses of ExportDefinition in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ExportDefinitionModifier and TypeMethodDescriptionCommonExportProperties.definition()Gets the definition property: Has the definition for the export.Export.definition()Gets the definition property: Has the definition for the export.ExportDefinition.withDataSet(ExportDataset dataSet) Set the dataSet property: The definition for data in the export.ExportDefinition.withTimeframe(TimeframeType timeframe) Set the timeframe property: The time frame for pulling data for the export.ExportDefinition.withTimePeriod(ExportTimePeriod timePeriod) Set the timePeriod property: Has time period for pulling data for the export.ExportDefinition.withType(ExportType type) Set the type property: The type of the export.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ExportDefinitionModifier and TypeMethodDescriptionExport.DefinitionStages.WithDefinition.withDefinition(ExportDefinition definition) Specifies the definition property: Has the definition for the export..Export.UpdateStages.WithDefinition.withDefinition(ExportDefinition definition) Specifies the definition property: Has the definition for the export..