Freigeben über


ProviderOperationsExtensions.GetFunctionAppStacksForLocation Methode

Definition

Abrufen verfügbarer Funktions-App-Frameworks und ihrer Versionen für den Speicherort

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

Parameter

operations
IProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Speicherort des Funktions-App-Stapels.

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 für den Speicherort abrufen

Gilt für: