BatchManager クラス
- java.
lang. Object - com.
microsoft. azure. management. resources. fluentcore. arm. implementation. Manager<BatchManager, BatchManagementClientImpl> - com.
microsoft. azure. management. batch. implementation. BatchManager
- com.
- com.
public class BatchManager
Azure Batch サービス管理へのエントリ ポイント。
コンストラクターの概要
| コンストラクター | 説明 | |
|---|---|---|
| BatchManager(RestClient restClient, String subscriptionId) | ||
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
Batch |
authenticate(AzureTokenCredentials credentials, String subscriptionId)
Batch リソース管理 API エントリ ポイントを公開する BatchManager のインスタンスを作成します。 |
|
Batch |
authenticate(RestClient restClient, String subscriptionId)
Batch リソース管理 API エントリ ポイントを公開する BatchManager のインスタンスを作成します。 |
|
Batch |
batchAccounts() |
|
Batch |
configure()
オプションの構成で BatchManager を作成するために使用できる構成可能なインスタンスを取得します。 |
コンストラクターの詳細
BatchManager
protected BatchManager(RestClient restClient, String subscriptionId)
Parameters:
メソッドの詳細
authenticate
public static BatchManager authenticate(AzureTokenCredentials credentials, String subscriptionId)
Batch リソース管理 API エントリ ポイントを公開する BatchManager のインスタンスを作成します。
Parameters:
Returns:
authenticate
public static BatchManager authenticate(RestClient restClient, String subscriptionId)
Batch リソース管理 API エントリ ポイントを公開する BatchManager のインスタンスを作成します。
Parameters:
Returns:
batchAccounts
public BatchAccounts batchAccounts()
Returns:
configure
public static Configurable configure()
オプションの構成で BatchManager を作成するために使用できる構成可能なインスタンスを取得します。
Returns: