次の方法で共有


BatchExtensions.GetBatchSupportedCloudServiceSkus メソッド

定義

指定した場所で使用可能な Batch でサポートされているクラウド サービス VM サイズの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus
  • 操作IdLocation_ListSupportedCloudServiceSkus
public static Azure.Pageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku> GetBatchSupportedCloudServiceSkus (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, int? maxresults = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchSupportedCloudServiceSkus : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku>
<Extension()>
Public Function GetBatchSupportedCloudServiceSkus (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 を取得するリージョン。

maxresults
Nullable<Int32>

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

filter
String

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象