Freigeben über


ProviderOperationsExtensions.GetFunctionAppStacksAsync Methode

Definition

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

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

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 für verfügbare Funktions-App-Frameworks und deren Versionen

Gilt für: