Partilhar via


AppServiceExtensions.GetFunctionAppStacksProvidersAsync Método

Definição

Descrição para Obter estruturas de aplicativo de funções disponíveis e suas versões

  • Caminho da Solicitação/provedores/Microsoft.Web/functionAppStacks
  • Operação IdProvider_GetFunctionAppStacks
public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.FunctionAppStack> GetFunctionAppStacksProvidersAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.AppService.Models.ProviderStackOSType? stackOSType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetFunctionAppStacksProvidersAsync : Azure.ResourceManager.Resources.TenantResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.FunctionAppStack>
<Extension()>
Public Function GetFunctionAppStacksProvidersAsync (tenantResource As TenantResource, Optional stackOSType As Nullable(Of ProviderStackOSType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FunctionAppStack)

Parâmetros

tenantResource
TenantResource

A TenantResource instância em que o método será executado.

stackOSType
Nullable<ProviderStackOSType>

Tipo de sistema operacional de pilha.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de FunctionAppStack que pode levar várias solicitações de serviço para iterar.

Aplica-se a