ExportProperties Class

The properties of the export.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.costmanagement.models._models_py3.CommonExportProperties
ExportProperties

Constructor

ExportProperties(*, delivery_info: azure.mgmt.costmanagement.models._models_py3.ExportDeliveryInfo, definition: azure.mgmt.costmanagement.models._models_py3.ExportDefinition, format: Optional[Union[str, azure.mgmt.costmanagement.models._cost_management_client_enums.FormatType]] = None, schedule: Optional[azure.mgmt.costmanagement.models._models_py3.ExportSchedule] = None, **kwargs)

Parameters

format
str or FormatType
Required

The format of the export being delivered. Possible values include: "Csv".

delivery_info
ExportDeliveryInfo
Required

Required. Has delivery information for the export.

definition
ExportDefinition
Required

Required. Has definition for the export.

schedule
ExportSchedule
Required

Has schedule information for the export.