Interface: IRequest
Properties of a Request.
Hierarchy
-
↳
IRequest
Properties
asyncOperationId
• Optional asyncOperationId: null | string
The id of the async operation that is creating/updating/deleting the capacity, if any.
Inherited from
endTime
• Optional endTime: null | $Properties
The date and time when the capacity request was completed or failed.
Inherited from
spec
• Optional spec: null | $Properties
The requested capacity specification.
Inherited from
startTime
• Optional startTime: null | $Properties
The date and time when the capacity request was created.
Inherited from
state
• Optional state: null | State
The current state of the capacity request (e.g. in-progress, completed, failed).