Freigeben über


ProviderOperationsExtensions.GetWebAppStacksAsync Methode

Definition

Abrufen verfügbarer Web-App-Frameworks und deren Versionen

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WebAppStack>> GetWebAppStacksAsync(this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string stackOsType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetWebAppStacksAsync : Microsoft.Azure.Management.WebSites.IProviderOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WebAppStack>>
<Extension()>
Public Function GetWebAppStacksAsync (operations As IProviderOperations, 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.

stackOsType
String

Stapelbetriebssystemtyp. Mögliche Werte: "Windows", "Linux", "All"

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung zum Abrufen verfügbarer Web-App-Frameworks und deren Versionen

Gilt für: