BatchExtensions.GetBatchSupportedVirtualMachineSkus メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した場所で使用可能な Batch でサポートされている仮想マシン VM サイズの一覧を取得します。
- 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/virtualMachineSkus
- 操作IdLocation_ListSupportedVirtualMachineSkus
public static Azure.Pageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku> GetBatchSupportedVirtualMachineSkus (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, int? maxresults = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchSupportedVirtualMachineSkus : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku>
<Extension()>
Public Function GetBatchSupportedVirtualMachineSkus (subscriptionResource As SubscriptionResource, locationName As AzureLocation, Optional maxresults As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BatchSupportedSku)
パラメーター
- subscriptionResource
- SubscriptionResource
SubscriptionResourceメソッドが実行するインスタンス。
- locationName
- AzureLocation
Batch サービスでサポートされている SKU を取得するリージョン。
- filter
- String
OData フィルター式。 フィルター処理の有効なプロパティは "familyName" です。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の BatchSupportedSku サービス要求を受け取る可能性がある のコレクション。