次の方法で共有


LocationOperationsExtensions.ListSupportedVirtualMachineSkus メソッド

定義

指定した場所で使用可能な Batch でサポートされている仮想マシン VM サイズの一覧を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku> ListSupportedVirtualMachineSkus (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string locationName, int? maxresults = default, string filter = default);
static member ListSupportedVirtualMachineSkus : Microsoft.Azure.Management.Batch.ILocationOperations * string * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>
<Extension()>
Public Function ListSupportedVirtualMachineSkus (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" です。

戻り値

適用対象