Freigeben über


ProviderOperationsExtensions.GetFunctionAppStacks Methode

Definition

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

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

Parameter

operations
IProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

stackOsType
String

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

Gibt zurück

Hinweise

Beschreibung für Verfügbare Funktions-App-Frameworks und deren Versionen abrufen

Gilt für: