次の方法で共有


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" です。

戻り値

適用対象