BatchAccountImpl Classe
- 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
Implémentation de BatchAccount et de ses interfaces parentes.
Récapitulatif du constructeur
| Constructeur | Description | |
|---|---|---|
| BatchAccountImpl(String name, BatchAccountInner innerObject, BatchManager manager, final StorageManager storageManager) | ||
Résumé de la méthode
| Modificateur et type | Méthode et description |
|---|---|
| String | accountEndpoint() |
| int | activeJobAndJobScheduleQuota() |
| Map<String, Application> | applications() |
|
Auto |
autoStorage() |
| int | coreQuota() |
|
Observable<Batch |
createResourceAsync() |
| Integer | dedicatedCoreQuota() |
|
List<Virtual |
dedicatedCoreQuotaPerVMFamily() |
| boolean | dedicatedCoreQuotaPerVMFamilyEnforced() |
|
Application |
defineNewApplication(String applicationId)
Étape d’une définition de compte Batch permettant d’ajouter une application Batch. |
|
Pool |
defineNewPool(String poolId)
Étape d’une définition de compte Batch permettant d’ajouter un pool Batch. |
|
Observable<Batch |
getInnerAsync() |
|
Batch |
getKeys() |
| Integer | lowPriorityCoreQuota() |
| int | poolQuota() |
| Map<String, Pool> | pools() |
|
Provisioning |
provisioningState() |
|
Observable<Batch |
refreshAsync()
Actualise la ressource pour la synchroniser avec Azure. |
|
Batch |
regenerateKeys(AccountKeyType keyType)
Régénère les clés d’accès pour le compte Batch. |
| void |
synchronizeAutoStorageKeys()
Synchronise les clés de compte de stockage pour ce compte Batch. |
|
Application |
updateApplication(String applicationId)
Commence la description d’une mise à jour d’une application Batch existante dans ce compte Batch. |
|
Pool |
updatePool(String poolId)
Commence la description d’une mise à jour d’un pool Batch existant dans ce compte Batch. |
|
Observable<Batch |
updateResourceAsync() |
|
Batch |
withExistingStorageAccount(StorageAccount storageAccount)
Spécifie un compte de stockage existant à associer au compte Batch. |
|
Batch |
withNewStorageAccount(Creatable<StorageAccount> creatable)
Spécifie un nouveau compte de stockage à associer au compte Batch. |
|
Batch |
withNewStorageAccount(String storageAccountName)
Spécifie le nom d’un nouveau compte de stockage à créer et à associer à ce compte Batch. |
|
Batch |
withoutApplication(String applicationId)
Supprime l’application spécifiée du compte Batch. |
|
Batch |
withoutPool(String poolId)
Supprime le pool spécifié du compte Batch. |
|
Batch |
withoutStorageAccount()
Supprime le compte de stockage associé. |
Membres hérités
Détails du constructeur
BatchAccountImpl
protected BatchAccountImpl(String name, BatchAccountInner innerObject, BatchManager manager, final StorageManager storageManager)
Parameters:
Détails de la méthode
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)
Étape d’une définition de compte Batch permettant d’ajouter une application Batch.
Overrides:
BatchAccountImpl.defineNewApplication(String applicationId)Parameters:
Returns:
defineNewPool
public PoolImpl defineNewPool(String poolId)
Étape d’une définition de compte Batch permettant d’ajouter un pool 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
Actualise la ressource pour la synchroniser avec Azure.
Overrides:
BatchAccountImpl.refreshAsync()Returns:
regenerateKeys
public BatchAccountKeys regenerateKeys(AccountKeyType keyType)
Régénère les clés d’accès pour le compte Batch.
Overrides:
BatchAccountImpl.regenerateKeys(AccountKeyType keyType)Parameters:
Returns:
synchronizeAutoStorageKeys
public void synchronizeAutoStorageKeys()
Synchronise les clés de compte de stockage pour ce compte Batch.
Overrides:
BatchAccountImpl.synchronizeAutoStorageKeys()updateApplication
public ApplicationImpl updateApplication(String applicationId)
Commence la description d’une mise à jour d’une application Batch existante dans ce compte Batch.
Overrides:
BatchAccountImpl.updateApplication(String applicationId)Parameters:
Returns:
updatePool
public PoolImpl updatePool(String poolId)
Commence la description d’une mise à jour d’un pool Batch existant dans ce compte Batch.
Overrides:
BatchAccountImpl.updatePool(String poolId)Parameters:
Returns:
updateResourceAsync
public Observable
withExistingStorageAccount
public BatchAccountImpl withExistingStorageAccount(StorageAccount storageAccount)
Spécifie un compte de stockage existant à associer au compte Batch.
Overrides:
BatchAccountImpl.withExistingStorageAccount(StorageAccount storageAccount)Parameters:
Returns:
withNewStorageAccount
public BatchAccountImpl withNewStorageAccount(Creatable
Spécifie un nouveau compte de stockage à associer au compte Batch.
Overrides:
BatchAccountImpl.withNewStorageAccount(Creatable<StorageAccount> creatable)Parameters:
Returns:
withNewStorageAccount
public BatchAccountImpl withNewStorageAccount(String storageAccountName)
Spécifie le nom d’un nouveau compte de stockage à créer et à associer à ce compte Batch.
Overrides:
BatchAccountImpl.withNewStorageAccount(String storageAccountName)Parameters:
Returns:
withoutApplication
public Update withoutApplication(String applicationId)
Supprime l’application spécifiée du compte Batch.
Overrides:
BatchAccountImpl.withoutApplication(String applicationId)Parameters:
Returns:
withoutPool
public Update withoutPool(String poolId)
Supprime le pool spécifié du compte Batch.
Overrides:
BatchAccountImpl.withoutPool(String poolId)Parameters:
Returns:
withoutStorageAccount
public BatchAccountImpl withoutStorageAccount()
Supprime le compte de stockage associé.
Overrides:
BatchAccountImpl.withoutStorageAccount()Returns: