RollingUpgradeRunningStatus.LastAction Property
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.
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