BuildStageProperties interface  
The build stage (init-container and container) resources in build pod.
Properties
| exit | 
	The exit code of this build init container. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| name | The name of this build stage resource. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| reason | The reason of this build init container. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| status | The provisioning state of this build stage resource. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		exitCode
	 
	The exit code of this build init container. NOTE: This property will not be serialized. It can only be populated by the server.
exitCode?: string
				Property Value
string
name
The name of this build stage resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
				Property Value
string
reason
The reason of this build init container. NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
				Property Value
string
status
The provisioning state of this build stage resource. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
				Property Value
string