RolloutRequestProperties interface  
The properties for defining a rollout.
Properties
| artifact | The reference to the artifact source resource Id where the payload is located. | 
| build | The version of the build being deployed. | 
| step | The list of step groups that define the orchestration. | 
| target | The resource Id of the service topology from which service units are being referenced in step groups to be deployed. | 
Property Details
		artifactSourceId
	  
	The reference to the artifact source resource Id where the payload is located.
artifactSourceId?: stringProperty Value
string
		buildVersion
	 
	The version of the build being deployed.
buildVersion: stringProperty Value
string
		stepGroups
	 
	The list of step groups that define the orchestration.
stepGroups: StepGroup[]Property Value
		targetServiceTopologyId
	   
	The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
targetServiceTopologyId: stringProperty Value
string