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

LocationOperationsExtensions.ListSupportedCloudServiceSkus 方法

定义

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku> ListSupportedCloudServiceSkus (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string locationName, int? maxresults = default, string filter = default);
static member ListSupportedCloudServiceSkus : Microsoft.Azure.Management.Batch.ILocationOperations * string * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>
<Extension()>
Public Function ListSupportedCloudServiceSkus (operations As ILocationOperations, locationName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing) As IPage(Of SupportedSku)

参数

operations
ILocationOperations

此扩展方法的操作组。

locationName
String

要为其检索 Batch 服务支持的 SKU 的区域。

maxresults
Nullable<Int32>

响应中要返回的最大项数。

filter
String

OData 筛选器表达式。 用于筛选的有效属性为“familyName”。

返回

适用于