次の方法で共有


AppServiceExtensions.GetAvailableStacksOnPremProvidersAsync メソッド

定義

使用可能なアプリケーション フレームワークとそのバージョンの取得に関する説明

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Web/availableStacks
  • 操作IdProvider_GetAvailableStacksOnPrem
public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource> GetAvailableStacksOnPremProvidersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected? osTypeSelected = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableStacksOnPremProvidersAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource>
<Extension()>
Public Function GetAvailableStacksOnPremProvidersAsync (subscriptionResource As SubscriptionResource, Optional osTypeSelected As Nullable(Of ProviderOSTypeSelected) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationStackResource)

パラメーター

subscriptionResource
SubscriptionResource

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

osTypeSelected
Nullable<ProviderOSTypeSelected>

使用する ProviderOSTypeSelected。

cancellationToken
CancellationToken

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

戻り値

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

適用対象