StepGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties that define a Step group in a rollout.
public class StepGroup
type StepGroup = class
Public Class StepGroup
- Inheritance
-
StepGroup
Constructors
StepGroup(String, String) |
Initializes a new instance of StepGroup. |
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. |
Applies to
Azure SDK for .NET