次の方法で共有


BatchExtensions.GetBatchSupportedVirtualMachineSkusAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/virtualMachineSkus
  • 操作IdLocation_ListSupportedVirtualMachineSkus
public static Azure.AsyncPageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku> GetBatchSupportedVirtualMachineSkusAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, int? maxresults = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchSupportedVirtualMachineSkusAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku>
<Extension()>
Public Function GetBatchSupportedVirtualMachineSkusAsync (subscriptionResource As SubscriptionResource, locationName As AzureLocation, Optional maxresults As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BatchSupportedSku)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

locationName
AzureLocation

Batch サービスでサポートされている SKU を取得するリージョン。

maxresults
Nullable<Int32>

応答で返される項目の最大数。

filter
String

OData フィルター式。 フィルター処理の有効なプロパティは "familyName" です。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の BatchSupportedSku サービス要求を受け取る可能性がある の非同期コレクション。

適用対象