共用方式為


RollingUpgradeRunningStatus.LastAction Property

Definition

Gets the last action performed on the rolling upgrade. Possible values include: 'Start', 'Cancel'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to