GenerateDetailedCostReportOperationStatuses interface

The status of the long running operation for cost detailed report.

Properties

downloadUrl

The URL to download the generated report.

endTime

The endTime of the operation.

error

The details of the error.

expiryTime

The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. NOTE: This property will not be serialized. It can only be populated by the server.

id

The ID of the long running operation.

name

The name of the long running operation.

startTime

The startTime of the operation.

status

The status of the long running operation.

type

The type of the long running operation.

validTill

The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.

Property Details

downloadUrl

The URL to download the generated report.

downloadUrl?: string

Property Value

string

endTime

The endTime of the operation.

endTime?: string

Property Value

string

error

The details of the error.

error?: ErrorDetails

Property Value

expiryTime

The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. NOTE: This property will not be serialized. It can only be populated by the server.

expiryTime?: Date

Property Value

Date

id

The ID of the long running operation.

id?: string

Property Value

string

name

The name of the long running operation.

name?: string

Property Value

string

startTime

The startTime of the operation.

startTime?: string

Property Value

string

status

The status of the long running operation.

status?: Status

Property Value

type

The type of the long running operation.

type?: string

Property Value

string

validTill

The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.

validTill?: Date

Property Value

Date