Freigeben über


ProviderOperationsExtensions.GetFunctionAppStacksForLocationAsync Methode

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack>> GetFunctionAppStacksForLocationAsync(this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string location, string stackOsType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetFunctionAppStacksForLocationAsync : Microsoft.Azure.Management.WebSites.IProviderOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack>>
<Extension()>
Public Function GetFunctionAppStacksForLocationAsync (operations As IProviderOperations, location As String, 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.

location
String

Speicherort des Funktions-App-Stapels.

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

Gilt für: