Condividi tramite


WebSiteManagementClientExtensions.ListGeoRegionsNextAsync Metodo

Definizione

Ottenere un elenco delle aree geografiche disponibili.

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))

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 Ottenere un elenco delle aree geografiche disponibili.

Si applica a