Updates interface
The updates profile of a device.
- Extends
Properties
is |
Indicates whether an update is in progress or not. |
last |
The time when the last update was completed. |
maintenance |
Set to 'true' if maintenance mode update available. |
regular |
Set to 'true' if regular updates are available for the device. |
Inherited Properties
id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | The Kind of the object. Currently only Series8000 is supported |
name | The name of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
isUpdateInProgress
Indicates whether an update is in progress or not.
isUpdateInProgress?: boolean
Property Value
boolean
lastUpdatedTime
The time when the last update was completed.
lastUpdatedTime?: Date
Property Value
Date
maintenanceModeUpdatesAvailable
Set to 'true' if maintenance mode update available.
maintenanceModeUpdatesAvailable?: boolean
Property Value
boolean
regularUpdatesAvailable
Set to 'true' if regular updates are available for the device.
regularUpdatesAvailable?: boolean
Property Value
boolean
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From BaseModel.id
kind
The Kind of the object. Currently only Series8000 is supported
kind?: "Series8000"
Property Value
"Series8000"
Inherited From BaseModel.kind
name
The name of the object. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From BaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From BaseModel.type
Azure SDK for JavaScript