IDeploymentStep.Step 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.
List of nested steps of AzureStackHCI Cluster Deployment.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="List of nested steps of AzureStackHCI Cluster Deployment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentStep) }, ReadOnly=true, Required=false, SerializedName="steps")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentStep[] Step { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="List of nested steps of AzureStackHCI Cluster Deployment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentStep) }, ReadOnly=true, Required=false, SerializedName="steps")>]
member this.Step : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentStep[]
Public ReadOnly Property Step As IDeploymentStep()
Property Value
- Attributes