ExportDefinition interface
The definition of an export.
Properties
data |
The definition for data in the export. |
timeframe | The time frame for pulling data for the export. If custom, then a specific time period must be provided. |
time |
Has time period for pulling data for the export. |
type | The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations. |
Property Details
dataSet
timeframe
The time frame for pulling data for the export. If custom, then a specific time period must be provided.
timeframe: string
Property Value
string
timePeriod
Has time period for pulling data for the export.
timePeriod?: ExportTimePeriod
Property Value
type
The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations.
type: string
Property Value
string
Azure SDK for JavaScript