IBuildResultProperties.BuildStage 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.
All of the build stage (init-container and container) resources in build pod.
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(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.Api20220401.IBuildStageProperties) }, ReadOnly=true, Required=false, SerializedName="buildStages")]
public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildStageProperties[] BuildStage { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(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.Api20220401.IBuildStageProperties) }, ReadOnly=true, Required=false, SerializedName="buildStages")>]
member this.BuildStage : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildStageProperties[]
Public ReadOnly Property BuildStage As IBuildStageProperties()
Property Value
- Attributes