Share via


IUpdateRunProperties.State Property

Definition

State of the update run.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="State of the update run.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.UpdateRunPropertiesState) }, ReadOnly=false, Required=false, SerializedName="state")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.UpdateRunPropertiesState? State { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="State of the update run.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.UpdateRunPropertiesState) }, ReadOnly=false, Required=false, SerializedName="state")>]
member this.State : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.UpdateRunPropertiesState> with get, set
Public Property State As Nullable(Of UpdateRunPropertiesState)

Property Value

Attributes

Applies to