你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchAccount 接口

public interface BatchAccount extends GroupableResource<BatchManager, BatchAccountInner>,Refreshable,Updatable<BatchAccount.Update>

Azure Batch帐户的不可变客户端表示形式。

方法摘要

修饰符和类型 方法和描述
String accountEndpoint()
int activeJobAndJobScheduleQuota()
Map<String, Application> applications()
AutoStorageProperties autoStorage()
int coreQuota()
Integer dedicatedCoreQuota()
List<VirtualMachineFamilyCoreQuota> dedicatedCoreQuotaPerVMFamily()
boolean dedicatedCoreQuotaPerVMFamilyEnforced()
BatchAccountKeys getKeys()
Integer lowPriorityCoreQuota()
int poolQuota()
Map<String, Pool> pools()
ProvisioningState provisioningState()
BatchAccountKeys regenerateKeys(AccountKeyType keyType)

重新生成 Batch 帐户的访问密钥。

void synchronizeAutoStorageKeys()

同步此 Batch 帐户的存储帐户密钥。

继承成员

方法详细信息

accountEndpoint

public String accountEndpoint()

Returns:

Batch 帐户终结点

activeJobAndJobScheduleQuota

public int activeJobAndJobScheduleQuota()

Returns:

此 Batch 帐户的活动作业和作业计划配额

applications

public Map applications()

Returns:

此 Batch 帐户中的应用程序,按名称编制索引

autoStorage

public AutoStorageProperties autoStorage()

Returns:

与 Batch 帐户关联的任何自动存储帐户的属性和状态

coreQuota

public int coreQuota()

Returns:

此 Batch 帐户的核心配额

dedicatedCoreQuota

public Integer dedicatedCoreQuota()

Returns:

Batch 帐户的专用核心配额

dedicatedCoreQuotaPerVMFamily

public List dedicatedCoreQuotaPerVMFamily()

Returns:

Batch 帐户的每个虚拟机系列的专用核心配额列表

dedicatedCoreQuotaPerVMFamilyEnforced

public boolean dedicatedCoreQuotaPerVMFamilyEnforced()

Returns:

指示是否按虚拟机系列强制执行 Batch 帐户的核心配额的值

getKeys

public BatchAccountKeys getKeys()

Returns:

此 Batch 帐户的访问密钥

lowPriorityCoreQuota

public Integer lowPriorityCoreQuota()

Returns:

Batch 帐户的低优先级核心配额

poolQuota

public int poolQuota()

Returns:

此 Batch 帐户的池配额

pools

public Map pools()

Returns:

此 Batch 帐户中的池,按名称编制索引

provisioningState

public ProvisioningState provisioningState()

Returns:

资源的预配状态

regenerateKeys

public BatchAccountKeys regenerateKeys(AccountKeyType keyType)

重新生成 Batch 帐户的访问密钥。

Parameters:

keyType - 要重新生成的键时的类型

Returns:

此 Batch 帐户的重新生成访问密钥

synchronizeAutoStorageKeys

public void synchronizeAutoStorageKeys()

同步此 Batch 帐户的存储帐户密钥。

适用于