BatchManager クラス

  • java.lang.Object
    • com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager<BatchManager, BatchManagementClientImpl>
      • com.microsoft.azure.management.batch.implementation.BatchManager

public class BatchManager

Azure Batch サービス管理へのエントリ ポイント。

コンストラクターの概要

コンストラクター 説明
BatchManager(RestClient restClient, String subscriptionId)

メソッドの概要

修飾子と型 メソッドと説明
BatchManager authenticate(AzureTokenCredentials credentials, String subscriptionId)

Batch リソース管理 API エントリ ポイントを公開する BatchManager のインスタンスを作成します。

BatchManager authenticate(RestClient restClient, String subscriptionId)

Batch リソース管理 API エントリ ポイントを公開する BatchManager のインスタンスを作成します。

BatchAccounts batchAccounts()
BatchManager.Configurable configure()

オプションの構成で BatchManager を作成するために使用できる構成可能なインスタンスを取得します。

コンストラクターの詳細

BatchManager

protected BatchManager(RestClient restClient, String subscriptionId)

Parameters:

restClient
subscriptionId

メソッドの詳細

authenticate

public static BatchManager authenticate(AzureTokenCredentials credentials, String subscriptionId)

Batch リソース管理 API エントリ ポイントを公開する BatchManager のインスタンスを作成します。

Parameters:

credentials - 使用する資格情報
subscriptionId - サブスクリプション

Returns:

BatchManager

authenticate

public static BatchManager authenticate(RestClient restClient, String subscriptionId)

Batch リソース管理 API エントリ ポイントを公開する BatchManager のインスタンスを作成します。

Parameters:

restClient - API 呼び出しに使用する RestClient。
subscriptionId - サブスクリプション

Returns:

BatchManager

batchAccounts

public BatchAccounts batchAccounts()

Returns:

バッチ アカウント管理 API エントリ ポイント

configure

public static Configurable configure()

オプションの構成で BatchManager を作成するために使用できる構成可能なインスタンスを取得します。

Returns:

構成可能

適用対象