BatchManager.Configurable インターフェイス
public interface Configurable extends AzureConfigurable
構成を設定できるインターフェイス。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
Batch |
authenticate(AzureTokenCredentials credentials, String subscriptionId)
コンピューティング リソース管理 API エントリ ポイントを公開する BatchManager のインスタンスを作成します。 |
継承メンバー
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)
メソッドの詳細
authenticate
public BatchManager authenticate(AzureTokenCredentials credentials, String subscriptionId)
コンピューティング リソース管理 API エントリ ポイントを公開する BatchManager のインスタンスを作成します。
Parameters:
credentials
- 使用する資格情報
subscriptionId
- サブスクリプション
Returns:
BatchManager