Freigeben über


ProviderOperationsExtensions.GetAvailableStacksAsync Methode

Definition

Abrufen verfügbarer Anwendungsframeworks und ihrer Versionen

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

Parameter

operations
IProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

osTypeSelected
String

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung zum Abrufen verfügbarer Anwendungsframeworks und deren Versionen

Gilt für: