IDeploymentSetting.DeploymentStatusStep 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 steps of AzureStackHCI Cluster Deployment.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="List of 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[] DeploymentStatusStep { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="List of 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.DeploymentStatusStep : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentStep[]
Public ReadOnly Property DeploymentStatusStep As IDeploymentStep()
Property Value
- Attributes