Freigeben über


ProviderOperationsExtensions.GetAvailableStacks Methode

Definition

Abrufen verfügbarer Anwendungsframeworks und ihrer Versionen

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

Parameter

operations
IProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

osTypeSelected
String

Mögliche Werte: "Windows", "Linux", "WindowsFunctions", "LinuxFunctions", "All"

Gibt zurück

Hinweise

Beschreibung für Verfügbare Anwendungsframeworks und deren Versionen abrufen

Gilt für: