Freigeben über


AppServiceExtensions.GetWebAppStacksProvidersAsync Methode

Definition

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

  • Anforderungspfad/providers/Microsoft.Web/webAppStacks
  • Vorgang IdProvider_GetWebAppStacks
public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppStack> GetWebAppStacksProvidersAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.AppService.Models.ProviderStackOSType? stackOSType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetWebAppStacksProvidersAsync : Azure.ResourceManager.Resources.TenantResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppStack>
<Extension()>
Public Function GetWebAppStacksProvidersAsync (tenantResource As TenantResource, Optional stackOSType As Nullable(Of ProviderStackOSType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppStack)

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 WebAppStack mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: