UpdateDetails 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.
Update Specific attributes
public class UpdateDetails
type UpdateDetails = class
Public Class UpdateDetails
- Inheritance
-
UpdateDetails
Constructors
UpdateDetails() |
Initializes a new instance of the UpdateDetails class. |
UpdateDetails(String, Nullable<Double>, String, String, String, Nullable<Int32>, String, String, String) |
Initializes a new instance of the UpdateDetails class. |
Properties
EstimatedInstallTimeInMins |
Gets or sets estimated Install Time for the update |
FriendlyVersionNumber |
Gets or sets friendly Version Number |
InstallationImpact |
Gets or sets impact of Installing an updateType. Possible values include: 'None', 'DeviceRebooted', 'KubernetesWorkloadsDown' |
RebootBehavior |
Gets or sets indicates if updates are available and at least one of the updates needs a reboot. Possible values include: 'NeverReboots', 'RequiresReboot', 'RequestReboot' |
Status |
Gets or sets status of the update. Possible values include: 'DownloadPending', 'DownloadStarted', 'DownloadCompleted', 'InstallStarted', 'InstallCompleted' |
TargetVersion |
Gets or sets target Version number |
UpdateSize |
Gets or sets size of the update(In Bytes) |
UpdateTitle |
Gets or sets title of the Update |
UpdateType |
Gets or sets type of the Update. Possible values include: 'Software', 'Kubernetes', 'Firmware' |