Uses of Class
com.azure.resourcemanager.costmanagement.models.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
Modifier 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.Modifier 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
Modifier 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.Modifier 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..