共用方式為


ExportDefinition(ExportType, TimeframeType) Constructor

Definition

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.

Applies to