BatchManager Class
- 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
Entry point to Azure Batch service management.
Constructor Summary
Constructor | Description | |
---|---|---|
BatchManager(RestClient restClient, String subscriptionId) |
Method Summary
Modifier and Type | Method and Description |
---|---|
Batch |
authenticate(AzureTokenCredentials credentials, String subscriptionId)
Creates an instance of a BatchManager that exposes Batch resource management API entry points. |
Batch |
authenticate(RestClient restClient, String subscriptionId)
Creates an instance of a BatchManager that exposes Batch resource management API entry points. |
Batch |
batchAccounts() |
Batch |
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:
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:
Returns:
authenticate
public static BatchManager authenticate(RestClient restClient, String subscriptionId)
Creates an instance of a BatchManager that exposes Batch resource management API entry points.
Parameters:
Returns:
batchAccounts
public BatchAccounts batchAccounts()
Returns:
configure
public static Configurable configure()
Get a Configurable instance that can be used to create a BatchManager with optional configuration.
Returns:
Applies to
Azure SDK for Java