Partilhar via


AppServiceExtensions.GetFunctionAppStacksForLocationProviders Método

Definição

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

  • Caminho da Solicitação/provedores/Microsoft.Web/locations/{location}/functionAppStacks
  • Operação 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)

Parâmetros

tenantResource
TenantResource

A TenantResource instância na qual o método será executado.

location
AzureLocation

Local da pilha do Aplicativo de Funções.

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