Freigeben über


AppServiceExtensions.GetFunctionAppStacksProvidersAsync Methode

Definition

Beschreibung für Verfügbare Funktions-App-Frameworks und deren Versionen abrufen

  • Anforderungspfad/providers/Microsoft.Web/functionAppStacks
  • Vorgang 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)

Parameter

tenantResource
TenantResource

Der TenantResource instance, für den die Methode ausgeführt wird.

stackOSType
Nullable<ProviderStackOSType>

Stack-Betriebssystemtyp.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der FunctionAppStack mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: