示例#1
0
 /// <summary>
 /// Get a list of available geographical regions.
 /// </summary>
 /// <remarks>
 /// Get a list of available geographical regions.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='nextPageLink'>
 /// The NextLink from the previous successful call to List operation.
 /// </param>
 public static IPage <GeoRegion> ListGeoRegionsNext(this IWebSiteManagementClient operations, string nextPageLink)
 {
     return(operations.ListGeoRegionsNextAsync(nextPageLink).GetAwaiter().GetResult());
 }