你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ILocationOperations 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 大小的列表。 |