Share via


WebSiteManagementClientExtensions.ListGeoRegionsNextAsync Méthode

Définition

Obtenez la liste des régions géographiques disponibles.

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

Paramètres

operations
IWebSiteManagementClient

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description pour Obtenir la liste des régions géographiques disponibles.

S’applique à