Freigeben über


AppServiceExtensions.GetWebAppStacksByLocation Methode

Definition

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

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

Parameter

tenantResource
TenantResource

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

location
AzureLocation

Speicherort des Web-App-Stapels.

stackOSType
Nullable<ProviderStackOSType>

Stack-Betriebssystemtyp.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der WebAppStack möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: