你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OrderStatus interface

Represents a single status change.

Properties

additionalOrderDetails

Dictionary to hold generic information which is not stored by the already existing properties NOTE: This property will not be serialized. It can only be populated by the server.

comments

Comments related to this status change.

status

Status of the order as per the allowed status types.

trackingInformation

Tracking information related to the state in the ordering flow NOTE: This property will not be serialized. It can only be populated by the server.

updateDateTime

Time of status update. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

additionalOrderDetails

Dictionary to hold generic information which is not stored by the already existing properties NOTE: This property will not be serialized. It can only be populated by the server.

additionalOrderDetails?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

comments

Comments related to this status change.

comments?: string

Property Value

string

status

Status of the order as per the allowed status types.

status: string

Property Value

string

trackingInformation

Tracking information related to the state in the ordering flow NOTE: This property will not be serialized. It can only be populated by the server.

trackingInformation?: TrackingInfo

Property Value

updateDateTime

Time of status update. NOTE: This property will not be serialized. It can only be populated by the server.

updateDateTime?: Date

Property Value

Date