IExportPropertiesInternal Interface
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.
public interface IExportPropertiesInternal : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ICommonExportPropertiesInternal
type IExportPropertiesInternal = interface
interface ICommonExportPropertiesInternal
Public Interface IExportPropertiesInternal
Implements ICommonExportPropertiesInternal
- Derived
- Implements
Properties
ConfigurationColumn |
Array of column names to be included in the export. If not provided then the export will include all available columns. The available columns can vary by customer channel (see examples). (Inherited from ICommonExportPropertiesInternal) |
DataSetConfiguration |
The export dataset configuration. (Inherited from ICommonExportPropertiesInternal) |
DataSetGranularity |
The granularity of rows in the export. Currently only 'Daily' is supported. (Inherited from ICommonExportPropertiesInternal) |
Definition |
Has the definition for the export. (Inherited from ICommonExportPropertiesInternal) |
DefinitionDataSet |
The definition for data in the export. (Inherited from ICommonExportPropertiesInternal) |
DefinitionTimeframe |
The time frame for pulling data for the export. If custom, then a specific time period must be provided. (Inherited from ICommonExportPropertiesInternal) |
DefinitionTimePeriod |
Has time period for pulling data for the export. (Inherited from ICommonExportPropertiesInternal) |
DefinitionType |
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. (Inherited from ICommonExportPropertiesInternal) |
DeliveryInfo |
Has delivery information for the export. (Inherited from ICommonExportPropertiesInternal) |
DeliveryInfoDestination |
Has destination for the export being delivered. (Inherited from ICommonExportPropertiesInternal) |
DestinationContainer |
The name of the container where exports will be uploaded. If the container does not exist it will be created. (Inherited from ICommonExportPropertiesInternal) |
DestinationResourceId |
The resource id of the storage account where exports will be delivered. This is not required if a sasToken and storageAccount are specified. (Inherited from ICommonExportPropertiesInternal) |
DestinationRootFolderPath |
The name of the directory where exports will be uploaded. (Inherited from ICommonExportPropertiesInternal) |
DestinationSasToken |
A SAS token for the storage account. For a restricted set of Azure customers this together with storageAccount can be specified instead of resourceId. Note: the value returned by the API for this property will always be obfuscated. Returning this same obfuscated value will not result in the SAS token being updated. To update this value a new SAS token must be specified. (Inherited from ICommonExportPropertiesInternal) |
DestinationStorageAccount |
The storage account where exports will be uploaded. For a restricted set of Azure customers this together with sasToken can be specified instead of resourceId. (Inherited from ICommonExportPropertiesInternal) |
Format |
The format of the export being delivered. Currently only 'Csv' is supported. (Inherited from ICommonExportPropertiesInternal) |
NextRunTimeEstimate |
If the export has an active schedule, provides an estimate of the next execution time. (Inherited from ICommonExportPropertiesInternal) |
PartitionData |
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 modern commerce scopes. (Inherited from ICommonExportPropertiesInternal) |
RecurrencePeriodFrom |
The start date of recurrence. |
RecurrencePeriodTo |
The end date of recurrence. |
RunHistory |
If requested, has the most recent execution history for the export. (Inherited from ICommonExportPropertiesInternal) |
RunHistoryValue |
A list of export executions. (Inherited from ICommonExportPropertiesInternal) |
Schedule |
Has schedule information for the export. |
ScheduleRecurrence |
The schedule recurrence. |
ScheduleRecurrencePeriod |
Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date. |
ScheduleStatus |
The status of the export's schedule. If 'Inactive', the export's schedule is paused. |
TimePeriodFrom |
The start date for export data. (Inherited from ICommonExportPropertiesInternal) |
TimePeriodTo |
The end date for export data. (Inherited from ICommonExportPropertiesInternal) |