IBuildResult.BuildStage Property

Definition

All of the build stage (init-container and container) resources in build pod.

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=false, Description="All of the build stage (init-container and container) resources in build pod.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildStageProperties) }, Read=true, ReadOnly=true, Required=false, SerializedName="buildStages", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildStageProperties> BuildStage { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=false, Description="All of the build stage (init-container and container) resources in build pod.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildStageProperties) }, Read=true, ReadOnly=true, Required=false, SerializedName="buildStages", Update=false)>]
member this.BuildStage : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildStageProperties>
Public ReadOnly Property BuildStage As List(Of IBuildStageProperties)

Property Value

Attributes

Applies to