BatchManager.Configurable Interface
public interface Configurable extends AzureConfigurable
The interface allowing configurations to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
Batch |
authenticate(AzureTokenCredentials credentials, String subscriptionId)
Creates an instance of BatchManager that exposes Compute resource management API entry points. |
Inherited Members
Method Details
authenticate
public BatchManager authenticate(AzureTokenCredentials credentials, String subscriptionId)
Creates an instance of BatchManager that exposes Compute resource management API entry points.
Parameters:
Returns: