Sdílet prostřednictvím


ProviderOperationsExtensions.GetAvailableStacksNextAsync Metoda

Definice

Získání dostupných aplikačních architektur a jejich verzí

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStackResource>> GetAvailableStacksNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IProviderOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableStacksNextAsync : 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 GetAvailableStacksNextAsync (operations As IProviderOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApplicationStackResource))

Parametry

operations
IProviderOperations

Skupina operací pro tuto rozšiřující metodu.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro získání dostupných aplikačních architektur a jejich verzí

Platí pro