次の方法で共有


AppServiceExtensions.GetAvailableStacksOnPremProviders メソッド

定義

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

osTypeSelected
Nullable<ProviderOSTypeSelected>

使用する ProviderOSTypeSelected。

cancellationToken
CancellationToken

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

戻り値

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

適用対象