AsyncOperationStatusProperties interface

Object representing the report url and valid until date of the async report generated.

Properties

reportUrl

Sas url to the async benefit utilization summaries report. Will be empty if the report is in Running or Failed state.

secondaryReportUrl

Sas url to async benefit utilization summaries report in secondary storage in case of primary outage. Will be empty if the report is in Running or Failed state.

validUntil

The date that the sas url provided in reportUrl expires.

Property Details

reportUrl

Sas url to the async benefit utilization summaries report. Will be empty if the report is in Running or Failed state.

reportUrl?: string

Property Value

string

secondaryReportUrl

Sas url to async benefit utilization summaries report in secondary storage in case of primary outage. Will be empty if the report is in Running or Failed state.

secondaryReportUrl?: string

Property Value

string

validUntil

The date that the sas url provided in reportUrl expires.

validUntil?: Date

Property Value

Date