UpdateSystemServicesResponse interface
Response of the update system services API
Properties
update |
The date and time when the last system services update completed. NOTE: This property will not be serialized. It can only be populated by the server. |
update |
The date and time when the last system services update was started. NOTE: This property will not be serialized. It can only be populated by the server. |
update |
Update status NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
updateCompletedOn
The date and time when the last system services update completed. NOTE: This property will not be serialized. It can only be populated by the server.
updateCompletedOn?: Date
Property Value
Date
updateStartedOn
The date and time when the last system services update was started. NOTE: This property will not be serialized. It can only be populated by the server.
updateStartedOn?: Date
Property Value
Date
updateStatus
Update status NOTE: This property will not be serialized. It can only be populated by the server.
updateStatus?: string
Property Value
string
Azure SDK for JavaScript