次の方法で共有


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

public static interface Deployment.ExecutionStages.WithWhatIfLocation

データストレージの場所を指定できるデプロイ実行。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithWhatIf withLocation(String location)

デプロイ データを格納する場所を指定します。

メソッドの詳細

withLocation

public abstract Deployment.ExecutionStages.WithWhatIf withLocation(String location)

デプロイ データを格納する場所を指定します。

Parameters:

location - 設定する場所の値。

Returns:

実行の次のステージ。

適用対象