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

BatchAccounts 接口

实现

public interface BatchAccounts
extends SupportsCreating<Blank>, SupportsListing<BatchAccount>, SupportsListingByResourceGroup<BatchAccount>, SupportsGettingByResourceGroup<BatchAccount>, SupportsGettingById<BatchAccount>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<BatchAccount>, SupportsBatchDeletion, HasManager<BatchManager>, HasInner<BatchAccountsInner>

Azure Batch帐户管理 API 的入口点。

方法摘要

修饰符和类型 方法和描述
abstract int getBatchAccountQuotaByLocation(Region region)

查找可在指定区域中创建的 Batch 帐户数。

方法详细信息

getBatchAccountQuotaByLocation

public abstract int getBatchAccountQuotaByLocation(Region region)

查找可在指定区域中创建的 Batch 帐户数。

Parameters:

region - Azure 区域

Returns:

可在指定区域中创建的 Batch 帐户数

适用于