BatchAccountImpl クラス
- java.
lang. Object - com.
microsoft. azure. management. resources. fluentcore. arm. models. implementation. GroupableResourceImpl<BatchAccount, BatchAccountInner, BatchAccountImpl, BatchManager> - com.
microsoft. azure. management. batch. implementation. BatchAccountImpl
- com.
- com.
public class BatchAccountImpl implements BatchAccount,BatchAccount.Definition,BatchAccount.Update
BatchAccount とその親インターフェイスの実装。
コンストラクターの概要
| コンストラクター | 説明 | |
|---|---|---|
| BatchAccountImpl(String name, BatchAccountInner innerObject, BatchManager manager, final StorageManager storageManager) | ||
メソッドの概要
継承メンバー
コンストラクターの詳細
BatchAccountImpl
protected BatchAccountImpl(String name, BatchAccountInner innerObject, BatchManager manager, final StorageManager storageManager)
Parameters:
メソッドの詳細
accountEndpoint
public String accountEndpoint()
Overrides:
BatchAccountImpl.accountEndpoint()Returns:
activeJobAndJobScheduleQuota
public int activeJobAndJobScheduleQuota()
Overrides:
BatchAccountImpl.activeJobAndJobScheduleQuota()Returns:
applications
public Map
Overrides:
BatchAccountImpl.applications()Returns:
autoStorage
public AutoStorageProperties autoStorage()
Overrides:
BatchAccountImpl.autoStorage()Returns:
coreQuota
public int coreQuota()
Overrides:
BatchAccountImpl.coreQuota()Returns:
createResourceAsync
public Observable
dedicatedCoreQuota
public Integer dedicatedCoreQuota()
Overrides:
BatchAccountImpl.dedicatedCoreQuota()Returns:
dedicatedCoreQuotaPerVMFamily
public List
Overrides:
BatchAccountImpl.dedicatedCoreQuotaPerVMFamily()Returns:
dedicatedCoreQuotaPerVMFamilyEnforced
public boolean dedicatedCoreQuotaPerVMFamilyEnforced()
Overrides:
BatchAccountImpl.dedicatedCoreQuotaPerVMFamilyEnforced()Returns:
defineNewApplication
public ApplicationImpl defineNewApplication(String applicationId)
Batch アプリケーションを追加できる Batch アカウント定義のステージ。
Overrides:
BatchAccountImpl.defineNewApplication(String applicationId)Parameters:
Returns:
defineNewPool
public PoolImpl defineNewPool(String poolId)
Batch プールを追加できる Batch アカウント定義のステージ。
Overrides:
BatchAccountImpl.defineNewPool(String poolId)Parameters:
Returns:
getInnerAsync
protected Observable
getKeys
public BatchAccountKeys getKeys()
Overrides:
BatchAccountImpl.getKeys()Returns:
lowPriorityCoreQuota
public Integer lowPriorityCoreQuota()
Overrides:
BatchAccountImpl.lowPriorityCoreQuota()Returns:
poolQuota
public int poolQuota()
Overrides:
BatchAccountImpl.poolQuota()Returns:
pools
public Map
Overrides:
BatchAccountImpl.pools()Returns:
provisioningState
public ProvisioningState provisioningState()
Overrides:
BatchAccountImpl.provisioningState()Returns:
refreshAsync
public Observable
Azure と同期するようにリソースを更新します。
Overrides:
BatchAccountImpl.refreshAsync()Returns:
regenerateKeys
public BatchAccountKeys regenerateKeys(AccountKeyType keyType)
Batch アカウントのアクセス キーを再生成します。
Overrides:
BatchAccountImpl.regenerateKeys(AccountKeyType keyType)Parameters:
Returns:
synchronizeAutoStorageKeys
public void synchronizeAutoStorageKeys()
この Batch アカウントのストレージ アカウント キーを同期します。
Overrides:
BatchAccountImpl.synchronizeAutoStorageKeys()updateApplication
public ApplicationImpl updateApplication(String applicationId)
この Batch アカウント内の既存の Batch アプリケーションの更新の説明を開始します。
Overrides:
BatchAccountImpl.updateApplication(String applicationId)Parameters:
Returns:
updatePool
public PoolImpl updatePool(String poolId)
この Batch アカウント内の既存の Batch プールの更新の説明を開始します。
Overrides:
BatchAccountImpl.updatePool(String poolId)Parameters:
Returns:
updateResourceAsync
public Observable
withExistingStorageAccount
public BatchAccountImpl withExistingStorageAccount(StorageAccount storageAccount)
Batch アカウントに関連付ける既存のストレージ アカウントを指定します。
Overrides:
BatchAccountImpl.withExistingStorageAccount(StorageAccount storageAccount)Parameters:
Returns:
withNewStorageAccount
public BatchAccountImpl withNewStorageAccount(Creatable
Batch アカウントに関連付ける新しいストレージ アカウントを指定します。
Overrides:
BatchAccountImpl.withNewStorageAccount(Creatable<StorageAccount> creatable)Parameters:
Returns:
withNewStorageAccount
public BatchAccountImpl withNewStorageAccount(String storageAccountName)
作成してこの Batch アカウントに関連付ける新しいストレージ アカウントの名前を指定します。
Overrides:
BatchAccountImpl.withNewStorageAccount(String storageAccountName)Parameters:
Returns:
withoutApplication
public Update withoutApplication(String applicationId)
指定したアプリケーションを Batch アカウントから削除します。
Overrides:
BatchAccountImpl.withoutApplication(String applicationId)Parameters:
Returns:
withoutPool
public Update withoutPool(String poolId)
Batch アカウントから指定したプールを削除します。
Overrides:
BatchAccountImpl.withoutPool(String poolId)Parameters:
Returns:
withoutStorageAccount
public BatchAccountImpl withoutStorageAccount()
関連付けられているストレージ アカウントを削除します。
Overrides:
BatchAccountImpl.withoutStorageAccount()Returns: