Partilhar via


AppServiceExtensions.GetFunctionAppStacksProviders 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
  • IdProvider_GetFunctionAppStacks de operação
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)

Parâmetros

tenantResource
TenantResource

A TenantResource instância na qual 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 de FunctionAppStack que pode levar várias solicitações de serviço para iterar.

Aplica-se a