你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppServiceExtensions.GetFunctionAppStacksProviders 方法

定义

获取可用的函数应用框架及其版本的说明

  • 请求路径/providers/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 ,可能需要多个服务请求才能循环访问。

适用于