Export Class

A export resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.costmanagement.models._models_py3.ProxyResource
Export

Constructor

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

Parameters

e_tag
str
Required

eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

format
str or FormatType
Required

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

delivery_info
ExportDeliveryInfo
Required

Has delivery information for the export.

definition
ExportDefinition
Required

Has definition for the export.

schedule
ExportSchedule
Required

Has schedule information for the export.

Variables

id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.