Freigeben über


ProviderOperationsExtensions.GetWebAppStacksForLocationAsync Methode

Definition

Abrufen verfügbarer Web-App-Frameworks und deren Versionen für den Speicherort

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WebAppStack>> GetWebAppStacksForLocationAsync(this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string location, string stackOsType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetWebAppStacksForLocationAsync : Microsoft.Azure.Management.WebSites.IProviderOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WebAppStack>>
<Extension()>
Public Function GetWebAppStacksForLocationAsync (operations As IProviderOperations, location As String, Optional stackOsType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WebAppStack))

Parameter

operations
IProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Speicherort des Web-App-Stapels.

stackOsType
String

Stack-Betriebssystemtyp. Mögliche Werte: "Windows", "Linux", "All"

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: