Updates Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The updates profile of a device.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Updates : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Updates = class
inherit BaseModel
Public Class Updates
Inherits BaseModel
- Inheritance
- Attributes
Constructors
Updates() |
Initializes a new instance of the Updates class. |
Updates(String, String, String, Nullable<Kind>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>) |
Initializes a new instance of the Updates class. |
Properties
Id |
Gets the path ID that uniquely identifies the object. (Inherited from BaseModel) |
IsUpdateInProgress |
Gets or sets indicates whether an update is in progress or not. |
Kind |
Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000' (Inherited from BaseModel) |
LastUpdatedTime |
Gets or sets the time when the last update was completed. |
MaintenanceModeUpdatesAvailable |
Gets or sets set to 'true' if maintenance mode update available. |
Name |
Gets the name of the object. (Inherited from BaseModel) |
RegularUpdatesAvailable |
Gets or sets set to 'true' if regular updates are available for the device. |
Type |
Gets the hierarchical type of the object. (Inherited from BaseModel) |