/// <summary> /// Lists all the containers of a storage Account in a Data Box Edge/Data Box /// Gateway device. /// </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 <Container> ListByStorageAccountNext(this IContainersOperations operations, string nextPageLink) { return(operations.ListByStorageAccountNextAsync(nextPageLink).GetAwaiter().GetResult()); }