Condividi tramite


WebSiteManagementClientExtensions.ListPremierAddOnOffersNextAsync Metodo

Definizione

Elenca tutte le offerte di componenti aggiuntivi premier.

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

Parametri

operations
IWebSiteManagementClient

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink della precedente chiamata riuscita all'operazione List.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Commenti

Descrizione per Elencare tutte le offerte di componenti aggiuntivi premier.

Si applica a