DeploymentPlan 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.
Represents the plan that is generated for Deployment.
public abstract class DeploymentPlan
type DeploymentPlan = class
Public MustInherit Class DeploymentPlan
- Inheritance
-
DeploymentPlan
Constructors
DeploymentPlan() |
Properties
Head |
Gets the first deployment step |
StepCount |
Total number of steps in the plan |
Tail |
Gets the last deployment step |
Methods
AddAfter(DeploymentStep, DeploymentStep) | |
AddBefore(DeploymentStep, DeploymentStep) | |
AddFirst(DeploymentStep) | |
AddLast(DeploymentStep) | |
AddLast(IEnumerable<DeploymentStep>) | |
Remove(DeploymentStep) |