Interface CommonExportProperties
public interface CommonExportProperties
An immutable client-side representation of CommonExportProperties.
-
Method Summary
Modifier and TypeMethodDescriptionGets the definition property: Has the definition for the export.Gets the deliveryInfo property: Has delivery information for the export.format()Gets the format property: The format of the export being delivered.Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.CommonExportPropertiesInner object.Gets the nextRunTimeEstimate property: If the export has an active schedule, provides an estimate of the next run time.Gets the partitionData property: If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file.Gets the runHistory property: If requested, has the most recent run history for the export.
-
Method Details
-
format
FormatType format()Gets the format property: The format of the export being delivered. Currently only 'Csv' is supported.- Returns:
- the format value.
-
deliveryInfo
ExportDeliveryInfo deliveryInfo()Gets the deliveryInfo property: Has delivery information for the export.- Returns:
- the deliveryInfo value.
-
definition
ExportDefinition definition()Gets the definition property: Has the definition for the export.- Returns:
- the definition value.
-
runHistory
ExportExecutionListResult runHistory()Gets the runHistory property: If requested, has the most recent run history for the export.- Returns:
- the runHistory value.
-
partitionData
Boolean partitionData()Gets the partitionData property: 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.- Returns:
- the partitionData value.
-
nextRunTimeEstimate
OffsetDateTime nextRunTimeEstimate()Gets the nextRunTimeEstimate property: If the export has an active schedule, provides an estimate of the next run time.- Returns:
- the nextRunTimeEstimate value.
-
innerModel
CommonExportPropertiesInner innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.CommonExportPropertiesInner object.- Returns:
- the inner object.
-