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

ILocationOperations 接口

定义

LocationOperations 操作。

public interface ILocationOperations
type ILocationOperations = interface
Public Interface ILocationOperations

方法

CheckNameAvailabilityWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

检查 Batch 帐户名称在指定区域中是否可用。

GetQuotasWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取指定订阅在给定位置的 Batch 服务配额。

ListSupportedCloudServiceSkusNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取给定位置可用的 Batch 支持的云服务 VM 大小的列表。

ListSupportedCloudServiceSkusWithHttpMessagesAsync(String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

获取给定位置可用的 Batch 支持的云服务 VM 大小的列表。

ListSupportedVirtualMachineSkusNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取给定位置可用的 Batch 支持的虚拟机 VM 大小的列表。

ListSupportedVirtualMachineSkusWithHttpMessagesAsync(String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

获取给定位置可用的 Batch 支持的虚拟机 VM 大小的列表。

扩展方法

CheckNameAvailability(ILocationOperations, String, String)

检查 Batch 帐户名称在指定区域中是否可用。

CheckNameAvailabilityAsync(ILocationOperations, String, String, CancellationToken)

检查 Batch 帐户名称在指定区域中是否可用。

GetQuotas(ILocationOperations, String)

获取指定订阅在给定位置的 Batch 服务配额。

GetQuotasAsync(ILocationOperations, String, CancellationToken)

获取指定订阅在给定位置的 Batch 服务配额。

ListSupportedCloudServiceSkus(ILocationOperations, String, Nullable<Int32>, String)

获取给定位置可用的 Batch 支持的云服务 VM 大小的列表。

ListSupportedCloudServiceSkusAsync(ILocationOperations, String, Nullable<Int32>, String, CancellationToken)

获取给定位置可用的 Batch 支持的云服务 VM 大小的列表。

ListSupportedCloudServiceSkusNext(ILocationOperations, String)

获取给定位置可用的 Batch 支持的云服务 VM 大小的列表。

ListSupportedCloudServiceSkusNextAsync(ILocationOperations, String, CancellationToken)

获取给定位置可用的 Batch 支持的云服务 VM 大小的列表。

ListSupportedVirtualMachineSkus(ILocationOperations, String, Nullable<Int32>, String)

获取给定位置可用的 Batch 支持的虚拟机 VM 大小的列表。

ListSupportedVirtualMachineSkusAsync(ILocationOperations, String, Nullable<Int32>, String, CancellationToken)

获取给定位置可用的 Batch 支持的虚拟机 VM 大小的列表。

ListSupportedVirtualMachineSkusNext(ILocationOperations, String)

获取给定位置可用的 Batch 支持的虚拟机 VM 大小的列表。

ListSupportedVirtualMachineSkusNextAsync(ILocationOperations, String, CancellationToken)

获取给定位置可用的 Batch 支持的虚拟机 VM 大小的列表。

适用于