Freigeben über


ProviderOperationsExtensions.GetWebAppStacksForLocation Methode

Definition

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

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

Parameter

operations
IProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Speicherort des Web-App-Stapels.

stackOsType
String

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

Gibt zurück

Hinweise

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

Gilt für: