UpgradeOperationHistoryStatus.Code Property

Definition

Gets code indicating the current status of the upgrade. Possible values include: 'RollingForward', 'Cancelled', 'Completed', 'Faulted'

[Newtonsoft.Json.JsonProperty(PropertyName="code")]
public Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeState? Code { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="code")>]
member this.Code : Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeState>
Public ReadOnly Property Code As Nullable(Of UpgradeState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to