Dela via


WebAppsOperationsExtensions.ListSiteExtensionsSlotNextAsync Metod

Definition

Hämta en lista över platstillägg för en webbplats eller ett distributionsfack.

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

Parametrar

operations
IWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

nextPageLink
String

NextLink från det tidigare lyckade anropet till liståtgärden.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning av Hämta lista över platstillägg för en webbplats eller ett distributionsfack.

Gäller för