Freigeben über


ProviderOperationsExtensions.GetAvailableStacksOnPremNextAsync Methode

Definition

Abrufen verfügbarer Anwendungsframeworks und ihrer Versionen

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

Parameter

operations
IProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung zum Abrufen verfügbarer Anwendungsframeworks und deren Versionen

Gilt für: