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?: string
Property Value
string
buildVersion
The version of the build being deployed.
buildVersion: string
Property 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: string
Property Value
string
Azure SDK for JavaScript