ArmCostManagementModelFactory.CommonExportProperties Method
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 CommonExportProperties.
public static Azure.ResourceManager.CostManagement.Models.CommonExportProperties CommonExportProperties (Azure.ResourceManager.CostManagement.Models.ExportFormatType? format = default, Azure.ResourceManager.CostManagement.Models.ExportDeliveryDestination deliveryInfoDestination = default, Azure.ResourceManager.CostManagement.Models.ExportDefinition definition = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CostManagement.Models.ExportRun> runHistoryValue = default, bool? partitionData = default, DateTimeOffset? nextRunTimeEstimate = default);
static member CommonExportProperties : Nullable<Azure.ResourceManager.CostManagement.Models.ExportFormatType> * Azure.ResourceManager.CostManagement.Models.ExportDeliveryDestination * Azure.ResourceManager.CostManagement.Models.ExportDefinition * seq<Azure.ResourceManager.CostManagement.Models.ExportRun> * Nullable<bool> * Nullable<DateTimeOffset> -> Azure.ResourceManager.CostManagement.Models.CommonExportProperties
Public Shared Function CommonExportProperties (Optional format As Nullable(Of ExportFormatType) = Nothing, Optional deliveryInfoDestination As ExportDeliveryDestination = Nothing, Optional definition As ExportDefinition = Nothing, Optional runHistoryValue As IEnumerable(Of ExportRun) = Nothing, Optional partitionData As Nullable(Of Boolean) = Nothing, Optional nextRunTimeEstimate As Nullable(Of DateTimeOffset) = Nothing) As CommonExportProperties
Parameters
- format
- Nullable<ExportFormatType>
The format of the export being delivered. Currently only 'Csv' is supported.
- deliveryInfoDestination
- ExportDeliveryDestination
Has delivery information for the export.
- definition
- ExportDefinition
Has the definition for the export.
- runHistoryValue
- IEnumerable<ExportRun>
If requested, has the most recent run history for the export.
If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file. Note: this option is currently available only for Microsoft Customer Agreement commerce scopes.
- nextRunTimeEstimate
- Nullable<DateTimeOffset>
If the export has an active schedule, provides an estimate of the next run time.
Returns
A new CommonExportProperties instance for mocking.
Applies to
Azure SDK for .NET