BatchAccount 接口
定义
An immutable client-side representation of an Azure Batch account.
public interface BatchAccount extends GroupableResource<BatchManager, BatchAccountInner>,Refreshable<BatchAccount>,Updatable<BatchAccount.Update>
继承成员
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasManager<ManagerT>.manager()
HasName.name()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Resource.region()
Resource.regionName()
HasResourceGroup.resourceGroupName()
Resource.tags()
Resource.type()
Updatable<T>.update()
方法
accountEndpoint() | |
activeJobAndJobScheduleQuota() | |
applications() | |
autoStorage() | |
coreQuota() | |
getKeys() | |
poolQuota() | |
provisioningState() | |
regenerateKeys(AccountKeyType keyType) |
Regenerates the access keys for the Batch account.
|
synchronizeAutoStorageKeys() |
Synchronizes the storage account keys for this Batch account. |