Condividi tramite


StepGroup Class

Definition

The properties that define a Step group in a rollout.

public class StepGroup
type StepGroup = class
Public Class StepGroup
Inheritance
StepGroup

Constructors

StepGroup()

Initializes a new instance of the StepGroup class.

StepGroup(String, String, IList<String>, IList<PrePostStep>, IList<PrePostStep>)

Initializes a new instance of the StepGroup class.

Properties

DependsOnStepGroups

Gets or sets the list of step group names on which this step group depends on.

DeploymentTargetId

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

Name

Gets or sets the name of the step group.

PostDeploymentSteps

Gets or sets the list of steps to be run after deploying the target.

PreDeploymentSteps

Gets or sets the list of steps to be run before deploying the target.

Methods

Validate()

Validate the object.

Applies to