BatchAccount Interface
public interface BatchAccount extends GroupableResource<BatchManager, BatchAccountInner>,Refreshable,Updatable<BatchAccount.Update>
Représentation côté client immuable d’un compte Azure Batch.
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() |
Integer | dedicatedCoreQuota() |
List<Virtual |
dedicatedCoreQuotaPerVMFamily() |
boolean | dedicatedCoreQuotaPerVMFamilyEnforced() |
Batch |
getKeys() |
Integer | lowPriorityCoreQuota() |
int | poolQuota() |
Map<String, Pool> | pools() |
Provisioning |
provisioningState() |
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. |
Membres hérités
Détails de la méthode
accountEndpoint
public String accountEndpoint()
Retours:
activeJobAndJobScheduleQuota
public int activeJobAndJobScheduleQuota()
Retours:
applications
public Map
Retours:
autoStorage
public AutoStorageProperties autoStorage()
Retours:
coreQuota
public int coreQuota()
Retours:
dedicatedCoreQuota
public Integer dedicatedCoreQuota()
Retours:
dedicatedCoreQuotaPerVMFamily
public List
Retours:
dedicatedCoreQuotaPerVMFamilyEnforced
public boolean dedicatedCoreQuotaPerVMFamilyEnforced()
Retours:
getKeys
public BatchAccountKeys getKeys()
Retours:
lowPriorityCoreQuota
public Integer lowPriorityCoreQuota()
Retours:
poolQuota
public int poolQuota()
Retours:
pools
public Map
Retours:
provisioningState
public ProvisioningState provisioningState()
Retours:
regenerateKeys
public BatchAccountKeys regenerateKeys(AccountKeyType keyType)
Régénère les clés d’accès pour le compte Batch.
Paramètres:
Retours:
synchronizeAutoStorageKeys
public void synchronizeAutoStorageKeys()
Synchronise les clés de compte de stockage pour ce compte Batch.
S’applique à
Azure SDK for Java