Share via


Application.DefinitionStages.WithApplicationPackage<ParentT> インターフェイス

型パラメーター

ParentT

この定義をアタッチした後に戻る親 Batch アカウント定義のステージ

public interface WithApplicationPackage

アプリケーション パッケージの作成を許可する Batch アプリケーション定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
DefinitionStages.WithAttach<ParentT> defineNewApplicationPackage(String applicationPackageName)

Batch アカウント アプリケーションの新しいアプリケーション パッケージ定義の最初のステージ。

メソッドの詳細

defineNewApplicationPackage

public DefinitionStages.WithAttach defineNewApplicationPackage(String applicationPackageName)

Batch アカウント アプリケーションの新しいアプリケーション パッケージ定義の最初のステージ。

Parameters:

applicationPackageName - アプリケーションのバージョン

Returns:

定義の次のステージ

適用対象