/// <summary> /// Gets the available premium messaging regions for servicebus /// </summary> /// <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> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <IPage <PremiumMessagingRegions> > ListNextAsync(this IPremiumMessagingRegionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }
/// <summary> /// Gets the available premium messaging regions for servicebus /// </summary> /// <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 <PremiumMessagingRegions> ListNext(this IPremiumMessagingRegionsOperations operations, string nextPageLink) { return(operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult()); }
/// <summary> /// Gets the available premium messaging regions for servicebus /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> public static IPage <PremiumMessagingRegions> List(this IPremiumMessagingRegionsOperations operations) { return(operations.ListAsync().GetAwaiter().GetResult()); }