BatchManager Class

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

public class BatchManager

Entry point to Azure Batch service management.

Constructor Summary

Constructor Description
BatchManager(RestClient restClient, String subscriptionId)

Method Summary

Modifier and Type Method and Description
BatchManager authenticate(AzureTokenCredentials credentials, String subscriptionId)

Creates an instance of a BatchManager that exposes Batch resource management API entry points.

BatchManager authenticate(RestClient restClient, String subscriptionId)

Creates an instance of a BatchManager that exposes Batch resource management API entry points.

BatchAccounts batchAccounts()
BatchManager.Configurable configure()

Get a Configurable instance that can be used to create a BatchManager with optional configuration.

Constructor Details

BatchManager

protected BatchManager(RestClient restClient, String subscriptionId)

Parameters:

restClient
subscriptionId

Method Details

authenticate

public static BatchManager authenticate(AzureTokenCredentials credentials, String subscriptionId)

Creates an instance of a BatchManager that exposes Batch resource management API entry points.

Parameters:

credentials - the credentials to use
subscriptionId - the subscription

Returns:

the BatchManager

authenticate

public static BatchManager authenticate(RestClient restClient, String subscriptionId)

Creates an instance of a BatchManager that exposes Batch resource management API entry points.

Parameters:

restClient - the RestClient to be used for API calls.
subscriptionId - the subscription

Returns:

the BatchManager

batchAccounts

public BatchAccounts batchAccounts()

Returns:

the batch account management API entry point

configure

public static Configurable configure()

Get a Configurable instance that can be used to create a BatchManager with optional configuration.

Returns:

Configurable

Applies to