AppServiceExtensions.GetFunctionAppStacksProviders メソッド

定義

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

  • 要求パス/プロバイダー/Microsoft.Web/functionAppStacks
  • 操作IdProvider_GetFunctionAppStacks
public static Azure.Pageable<Azure.ResourceManager.AppService.Models.FunctionAppStack> GetFunctionAppStacksProviders (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.AppService.Models.ProviderStackOSType? stackOSType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetFunctionAppStacksProviders : Azure.ResourceManager.Resources.TenantResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.FunctionAppStack>
<Extension()>
Public Function GetFunctionAppStacksProviders (tenantResource As TenantResource, Optional stackOSType As Nullable(Of ProviderStackOSType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FunctionAppStack)

パラメーター

tenantResource
TenantResource

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

stackOSType
Nullable<ProviderStackOSType>

スタック OS の種類。

cancellationToken
CancellationToken

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

戻り値

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

適用対象