LastPatchInstallationSummary.RebootStatus Property

Definition

Gets the reboot status of the machine after the patch operation. It will be in "NotNeeded" status if reboot is not needed after the patch operation. "Required" will be the status once the patch is applied and machine is required to reboot. "Started" will be the reboot status when the machine has started to reboot. "Failed" will be the status if the machine is failed to reboot. "Completed" will be the status once the machine is rebooted successfully. Possible values include: 'NotNeeded', 'Required', 'Started', 'Failed', 'Completed'

[Newtonsoft.Json.JsonProperty(PropertyName="rebootStatus")]
public Microsoft.Azure.Management.Compute.Fluent.Models.RebootStatus RebootStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rebootStatus")>]
member this.RebootStatus : Microsoft.Azure.Management.Compute.Fluent.Models.RebootStatus
Public ReadOnly Property RebootStatus As RebootStatus

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to