Interface CommonExportProperties


public interface CommonExportProperties
An immutable client-side representation of CommonExportProperties.
  • 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

      Gets the runHistory property: If requested, has the most recent execution history for the export.
      Returns:
      the runHistory value.
    • nextRunTimeEstimate

      OffsetDateTime nextRunTimeEstimate()
      Gets the nextRunTimeEstimate property: If the export has an active schedule, provides an estimate of the next execution time.
      Returns:
      the nextRunTimeEstimate value.
    • innerModel

      Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.CommonExportPropertiesInner object.
      Returns:
      the inner object.