次の方法で共有


AppServiceExtensions.GetFunctionAppStacksForLocationProviders メソッド

定義

「Get available Function app frameworks and their versions for location」の説明

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

パラメーター

tenantResource
TenantResource

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

location
AzureLocation

関数アプリのスタックの場所。

stackOSType
Nullable<ProviderStackOSType>

スタック OS の種類。

cancellationToken
CancellationToken

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

戻り値

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

適用対象