Freigeben über


AppServiceExtensions.GetFunctionAppStacksForLocationProviders 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.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)

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 Sammlung von FunctionAppStack , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: