IUpdateRunProperties.ProgressStep 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.
Recursive model for child steps of this step.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Recursive model for child steps of this step.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IStep) }, Read=true, ReadOnly=false, Required=false, SerializedName="steps", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IStep> ProgressStep { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Recursive model for child steps of this step.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IStep) }, Read=true, ReadOnly=false, Required=false, SerializedName="steps", Update=true)>]
member this.ProgressStep : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IStep> with get, set
Public Property ProgressStep As List(Of IStep)
Property Value
- Attributes