Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateSystemServicesResponse

Package version

interface

An interface representing UpdateSystemServicesResponse. Response of the update system services API

Hierarchy

  • UpdateSystemServicesResponse

Index

Properties

Optional updateCompletedOn

updateCompletedOn: Date
member

{Date} [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.

Optional updateStartedOn

updateStartedOn: Date
member

{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.

Optional updateStatus

updateStatus: OperationStatus
member

{OperationStatus} [updateStatus] Update status. Possible values include: 'Unknown', 'Updating', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Canceled' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc