RolloutRequestProperties interface

The properties for defining a rollout.

Properties

artifactSourceId

The reference to the artifact source resource Id where the payload is located.

buildVersion

The version of the build being deployed.

stepGroups

The list of step groups that define the orchestration.

targetServiceTopologyId

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