BatchAccount Interface
public interface BatchAccount extends GroupableResource<BatchManager, BatchAccountInner>,Refreshable,Updatable<BatchAccount.Update>
An immutable client-side representation of an Azure Batch account.
Method Summary
Modifier and Type | Method and 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)
Regenerates the access keys for the Batch account. |
void |
synchronizeAutoStorageKeys()
Synchronizes the storage account keys for this Batch account. |
Inherited Members
Method Details
accountEndpoint
public String accountEndpoint()
Returns:
activeJobAndJobScheduleQuota
public int activeJobAndJobScheduleQuota()
Returns:
applications
public Map
Returns:
autoStorage
public AutoStorageProperties autoStorage()
Returns:
coreQuota
public int coreQuota()
Returns:
dedicatedCoreQuota
public Integer dedicatedCoreQuota()
Returns:
dedicatedCoreQuotaPerVMFamily
public List
Returns:
dedicatedCoreQuotaPerVMFamilyEnforced
public boolean dedicatedCoreQuotaPerVMFamilyEnforced()
Returns:
getKeys
public BatchAccountKeys getKeys()
Returns:
lowPriorityCoreQuota
public Integer lowPriorityCoreQuota()
Returns:
poolQuota
public int poolQuota()
Returns:
pools
public Map
Returns:
provisioningState
public ProvisioningState provisioningState()
Returns:
regenerateKeys
public BatchAccountKeys regenerateKeys(AccountKeyType keyType)
Regenerates the access keys for the Batch account.
Parameters:
Returns:
synchronizeAutoStorageKeys
public void synchronizeAutoStorageKeys()
Synchronizes the storage account keys for this Batch account.
Applies to
Azure SDK for Java