ExportRun interface

An export run.

Extends

Properties

error

The details of any error.

executionType

The type of the export run.

fileName

The name of the exported file.

processingEndTime

The time when the export run finished.

processingStartTime

The time when export was picked up to be run.

runSettings

The export settings that were in effect for this run.

status

The last known status of the export run.

submittedBy

The identifier for the entity that triggered the export. For on-demand runs it is the user email. For scheduled runs it is 'System'.

submittedTime

The time when export was queued to be run.

Inherited Properties

eTag

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.

id

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

error

The details of any error.

error?: ErrorDetails

Property Value

executionType

The type of the export run.

executionType?: string

Property Value

string

fileName

The name of the exported file.

fileName?: string

Property Value

string

processingEndTime

The time when the export run finished.

processingEndTime?: Date

Property Value

Date

processingStartTime

The time when export was picked up to be run.

processingStartTime?: Date

Property Value

Date

runSettings

The export settings that were in effect for this run.

runSettings?: CommonExportProperties

Property Value

status

The last known status of the export run.

status?: string

Property Value

string

submittedBy

The identifier for the entity that triggered the export. For on-demand runs it is the user email. For scheduled runs it is 'System'.

submittedBy?: string

Property Value

string

submittedTime

The time when export was queued to be run.

submittedTime?: Date

Property Value

Date

Inherited Property Details

eTag

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.

eTag?: string

Property Value

string

Inherited From CostManagementProxyResource.eTag

id

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From CostManagementProxyResource.id

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From CostManagementProxyResource.name

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From CostManagementProxyResource.type