ExportExecution Class
A export execution.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.costmanagement.models._models_py3.ResourceExportExecution
Constructor
ExportExecution(*, execution_type: Optional[Union[str, azure.mgmt.costmanagement.models._cost_management_client_enums.ExecutionType]] = None, status: Optional[Union[str, azure.mgmt.costmanagement.models._cost_management_client_enums.ExecutionStatus]] = None, submitted_by: Optional[str] = None, submitted_time: Optional[datetime.datetime] = None, processing_start_time: Optional[datetime.datetime] = None, processing_end_time: Optional[datetime.datetime] = None, file_name: Optional[str] = None, run_settings: Optional[azure.mgmt.costmanagement.models._models_py3.CommonExportProperties] = None, **kwargs)
Parameters
- execution_type
- str or ExecutionType
Required
The type of the export execution. Possible values include: "OnDemand", "Scheduled".
- status
- str or ExecutionStatus
Required
The status of the export execution. Possible values include: "Queued", "InProgress", "Completed", "Failed", "Timeout", "NewDataNotAvailable", "DataNotAvailable".
- submitted_by
- str
Required
The identifier for the entity that executed the export. For OnDemand executions, it is the email id. For Scheduled executions, it is the constant value - System.
Variables
- id
- str
Resource Id.
- name
- str
Resource name.
- type
- str
Resource type.
Feedback
Submit and view feedback for