DeploymentPlan クラス

定義

Deployment 用に生成されるプランを表します。

public abstract class DeploymentPlan
type DeploymentPlan = class
Public MustInherit Class DeploymentPlan
継承
DeploymentPlan

コンストラクター

名前 説明
DeploymentPlan()

Deployment 用に生成されるプランを表します。

プロパティ

名前 説明
Head

最初のデプロイ手順を取得します。

StepCount

プラン内のステップの合計数

Tail

最後のデプロイ手順を取得します。

メソッド

名前 説明
AddAfter(DeploymentStep, DeploymentStep)

Deployment 用に生成されるプランを表します。

AddBefore(DeploymentStep, DeploymentStep)

Deployment 用に生成されるプランを表します。

AddFirst(DeploymentStep)

Deployment 用に生成されるプランを表します。

AddLast(DeploymentStep)

Deployment 用に生成されるプランを表します。

AddLast(IEnumerable<DeploymentStep>)

Deployment 用に生成されるプランを表します。

Remove(DeploymentStep)

Deployment 用に生成されるプランを表します。

適用対象