Freigeben über


AppServiceExtensions.GetWebAppStacksByLocationAsync Methode

Definition

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

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

Parameter

tenantResource
TenantResource

Der TenantResource instance die -Methode ausgeführt wird.

location
AzureLocation

Speicherort des Web-App-Stapels.

stackOSType
Nullable<ProviderStackOSType>

Stapelbetriebssystemtyp.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: