StepGroup interface

The properties that define a Step group in a rollout.

Properties

dependsOnStepGroups

The list of step group names on which this step group depends on.

deploymentTargetId

The resource Id of service unit to be deployed. The service unit should be from the service topology referenced in targetServiceTopologyId

name

The name of the step group.

postDeploymentSteps

The list of steps to be run after deploying the target.

preDeploymentSteps

The list of steps to be run before deploying the target.

Property Details

dependsOnStepGroups

The list of step group names on which this step group depends on.

dependsOnStepGroups?: string[]

Property Value

string[]

deploymentTargetId

The resource Id of service unit to be deployed. The service unit should be from the service topology referenced in targetServiceTopologyId

deploymentTargetId: string

Property Value

string

name

The name of the step group.

name: string

Property Value

string

postDeploymentSteps

The list of steps to be run after deploying the target.

postDeploymentSteps?: PrePostStep[]

Property Value

preDeploymentSteps

The list of steps to be run before deploying the target.

preDeploymentSteps?: PrePostStep[]

Property Value