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
AzureConfigurable<T>.withCallbackExecutor(Executor executor)
AzureConfigurable<T>.withConnectionTimeout(long timeout, TimeUnit unit)
AzureConfigurable<T>.withInterceptor(Interceptor interceptor)
AzureConfigurable<T>.withLogLevel(LogLevel level)
AzureConfigurable<T>.withMaxIdleConnections(int maxIdleConnections)
AzureConfigurable<T>.withProxy(Proxy proxy)
AzureConfigurable<T>.withProxyAuthenticator(Authenticator proxyAuthenticator)
AzureConfigurable<T>.withReadTimeout(long timeout, TimeUnit unit)
AzureConfigurable<T>.withUserAgent(String userAgent)
Method Details
authenticate
public BatchManager authenticate(AzureTokenCredentials credentials, String subscriptionId)
Creates an instance of BatchManager that exposes Compute resource management API entry points.
Parameters:
credentials
- the credentials to use
subscriptionId
- the subscription
Returns:
the BatchManager
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java