ExportDefinition(ExportType, TimeframeType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ExportDefinition.
public ExportDefinition (Azure.ResourceManager.CostManagement.Models.ExportType exportType, Azure.ResourceManager.CostManagement.Models.TimeframeType timeframe);
new Azure.ResourceManager.CostManagement.Models.ExportDefinition : Azure.ResourceManager.CostManagement.Models.ExportType * Azure.ResourceManager.CostManagement.Models.TimeframeType -> Azure.ResourceManager.CostManagement.Models.ExportDefinition
Public Sub New (exportType As ExportType, timeframe As TimeframeType)
Parameters
- exportType
- ExportType
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.
- timeframe
- TimeframeType
The time frame for pulling data for the export. If custom, then a specific time period must be provided.