Share via


VirtualMachineInstallPatchesResult.RebootStatus Property

Definition

Gets the reboot state of the VM following completion of the operation. Possible values include: 'Unknown', 'NotNeeded', 'Required', 'Started', 'Failed', 'Completed'

[Newtonsoft.Json.JsonProperty(PropertyName="rebootStatus")]
public string RebootStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rebootStatus")>]
member this.RebootStatus : string
Public ReadOnly Property RebootStatus As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to