次の方法で共有


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

型パラメーター

ParentT

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

public static interface Application.DefinitionStages.WithApplicationPackage

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

メソッドの概要

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

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

メソッドの詳細

defineNewApplicationPackage

public abstract Application.DefinitionStages.WithAttach defineNewApplicationPackage(String applicationPackageName)

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

Parameters:

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

Returns:

定義の次のステージ

適用対象