Freigeben über


AppServiceExtensions.GetFunctionAppStacksForLocationProvidersAsync Methode

Definition

Beschreibung für verfügbare Funktions-App-Frameworks und deren Versionen für den Speicherort

  • Anforderungspfad/providers/Microsoft.Web/locations/{location}/functionAppStacks
  • Vorgangs-IdProvider_GetFunctionAppStacksForLocation
public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.FunctionAppStack> GetFunctionAppStacksForLocationProvidersAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.Core.AzureLocation location, Azure.ResourceManager.AppService.Models.ProviderStackOSType? stackOSType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetFunctionAppStacksForLocationProvidersAsync : Azure.ResourceManager.Resources.TenantResource * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.FunctionAppStack>
<Extension()>
Public Function GetFunctionAppStacksForLocationProvidersAsync (tenantResource As TenantResource, location As AzureLocation, Optional stackOSType As Nullable(Of ProviderStackOSType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FunctionAppStack)

Parameter

tenantResource
TenantResource

Der TenantResource instance die -Methode ausgeführt wird.

location
AzureLocation

Speicherort des Funktions-App-Stapels.

stackOSType
Nullable<ProviderStackOSType>

Stapelbetriebssystemtyp.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von FunctionAppStack , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: