Deployment.ExecutionStages.WithWhatIfResultFormat インターフェイス

public static interface Deployment.ExecutionStages.WithWhatIfResultFormat

結果形式を指定できるデプロイ実行。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithWhatIf withFullResourcePayloadsResultFormat()

展開プロパティの What-if 設定で値が 'FULL_RESOURCE_PAYLOADS' の結果形式を指定します。

abstract WithWhatIf withResourceIdOnlyResultFormat()

展開プロパティの What-if 設定で値が 'RESOURCE_ID_ONLY' の結果形式を指定します。

メソッドの詳細

withFullResourcePayloadsResultFormat

public abstract Deployment.ExecutionStages.WithWhatIf withFullResourcePayloadsResultFormat()

展開プロパティの What-if 設定で値が 'FULL_RESOURCE_PAYLOADS' の結果形式を指定します。

Returns:

実行の次のステージ。

withResourceIdOnlyResultFormat

public abstract Deployment.ExecutionStages.WithWhatIf withResourceIdOnlyResultFormat()

展開プロパティの What-if 設定で値が 'RESOURCE_ID_ONLY' の結果形式を指定します。

Returns:

実行の次のステージ。

適用対象